Test WPF Desktop App with Caliburn And RestSharp
This commit is contained in:
@@ -11,7 +11,7 @@ namespace LaDOSE.Entity.Wordpress
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Slug { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
public DateTime? Date { get; set; }
|
||||
|
||||
public virtual IEnumerable<WPBooking> WPBookings { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user