require a command type in estimation
This commit is contained in:
parent
73899657b0
commit
ea5ab19f8f
6 changed files with 2024 additions and 9 deletions
|
|
@ -71,6 +71,7 @@ namespace Yavsc.Models.Billing
|
|||
[ForeignKey("ClientId"),JsonIgnore]
|
||||
public virtual ApplicationUser Client { get; set; }
|
||||
|
||||
[Required]
|
||||
public string CommandType
|
||||
{
|
||||
get; set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue