Book query tracking
This commit is contained in:
parent
7e8aa7d81d
commit
32ca008d20
8 changed files with 1514 additions and 21 deletions
|
|
@ -11,7 +11,7 @@ namespace Yavsc.Models.Booking
|
|||
/// Query, for a date, with a given perfomer, at this given place.
|
||||
/// </summary>
|
||||
|
||||
public class BookQuery : NominativeServiceCommand<RendezVous>
|
||||
public class BookQuery : NominativeServiceCommand<RendezVous>, IBaseTrackedEntity
|
||||
{
|
||||
/// <summary>
|
||||
/// The command identifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue