|
|
@ -6,12 +6,14 @@ |
|
|
|
{ |
|
|
|
public int Id { get; set; } |
|
|
|
|
|
|
|
public string Name { get; set; } |
|
|
|
|
|
|
|
public string Description { get; set; } |
|
|
|
|
|
|
|
public DateTime From { get; set; } |
|
|
|
|
|
|
|
public DateTime To { get; set; } |
|
|
|
|
|
|
|
public string Url { get; set; } |
|
|
|
public string PictureUri { get; set; } |
|
|
|
} |
|
|
|
} |