require a command type in estimation
This commit is contained in:
@ -71,6 +71,7 @@ namespace Yavsc.Models.Billing
|
||||
[ForeignKey("ClientId"),JsonIgnore]
|
||||
public virtual ApplicationUser Client { get; set; }
|
||||
|
||||
[Required]
|
||||
public string CommandType
|
||||
{
|
||||
get; set;
|
||||
|
Reference in New Issue
Block a user