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

@ -12,5 +12,7 @@ namespace Yavsc.Model
public DateTime EventDate { get; set; }
public decimal? Previsional { get; set; }
public string Reason { get; set; }
}
}