Merge branch 'vnext' of https://github.com/pazof/yavsc.git
This commit is contained in:
commit
b6bfadb7b4
17 changed files with 79 additions and 34 deletions
|
|
@ -6,7 +6,7 @@ namespace BookAStar.Model.Interfaces
|
|||
public interface IEstimate
|
||||
{
|
||||
List<string> AttachedFiles { get; set; }
|
||||
List<string> AttachedGraphicList { get; }
|
||||
List<string> AttachedGraphics { get; }
|
||||
List<BillingLine> Bill { get; set; }
|
||||
string ClientId { get; set; }
|
||||
long? CommandId { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue