require a command type in estimation

This commit is contained in:
2017-03-03 01:17:00 +01:00
parent bed9281b0d
commit dee63db5c1
6 changed files with 2024 additions and 9 deletions

View File

@ -71,6 +71,7 @@ namespace Yavsc.Models.Billing
[ForeignKey("ClientId"),JsonIgnore]
public virtual ApplicationUser Client { get; set; }
[Required]
public string CommandType
{
get; set;