Fix
This commit is contained in:
parent
b7c9e93669
commit
c1e09b0ca7
2 changed files with 8 additions and 5 deletions
|
|
@ -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; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue