A reason for queries

This commit is contained in:
Paul Schneider 2016-12-09 13:41:14 +01:00
commit ec08905e9e
9 changed files with 1143 additions and 2 deletions

View file

@ -25,7 +25,9 @@ namespace Yavsc.Models.Booking
get;
set;
}
public string Reason { get; set; }
public BookQuery()
{
}