signing estimate
This commit is contained in:
parent
d76043d08a
commit
65eebf6409
8 changed files with 64 additions and 49 deletions
|
|
@ -16,6 +16,8 @@ namespace Yavsc.Models.Billing
|
|||
public string Description { get; set; }
|
||||
public BaseProduct Article { get; set; }
|
||||
public int Count { get; set; }
|
||||
|
||||
[DisplayFormat(DataFormatString="{0:C}")]
|
||||
public decimal UnitaryCost { get; set; }
|
||||
|
||||
public long EstimateId { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue