9 lines
205 B
C#
9 lines
205 B
C#
namespace DHSoftware.Models
|
|
{
|
|
public class Camera
|
|
{
|
|
public string DeviceName { get; set; }
|
|
public string Alias { get; set; }
|
|
public string ImagePath { get; set; }
|
|
}
|
|
} |