This commit is contained in:
Paul Schneider 2016-12-12 14:30:15 +01:00
commit c1e09b0ca7
2 changed files with 8 additions and 5 deletions

View file

@ -4,12 +4,13 @@ using System;
namespace BookAStar.Model
{
public class BookQueryData : IBookQueryData
public class BookQueryData
{
public ClientProviderInfo Client { get; set; }
public Location Location { get; set; }
public long Id { get; set; }
public DateTime EventDate { get; set; }
public decimal? Previsionnal { get; set; }
public string Reason { get; set; }
}
}