refabrique avant merge
parent
0b6cfbf250
commit
6abe005b12
@ -0,0 +1,16 @@
|
||||
using System;
|
||||
|
||||
namespace Yavsc.Model
|
||||
{
|
||||
|
||||
public class BookQueryProviderInfo
|
||||
{
|
||||
public ClientProviderInfo Client { get; set; }
|
||||
public Location Location { get; set; }
|
||||
|
||||
public long Id { get; set; }
|
||||
|
||||
public DateTime EventDate { get; set; }
|
||||
public decimal? Previsional { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue