sync with server
This commit is contained in:
parent
e0cd9d2199
commit
1f1c8d0480
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace BookAStar.Model.Interfaces
|
||||||
public interface IEstimate
|
public interface IEstimate
|
||||||
{
|
{
|
||||||
List<string> AttachedFiles { get; set; }
|
List<string> AttachedFiles { get; set; }
|
||||||
List<string> AttachedGraphicList { get; }
|
List<string> AttachedGraphics { get; }
|
||||||
List<BillingLine> Bill { get; set; }
|
List<BillingLine> Bill { get; set; }
|
||||||
string ClientId { get; set; }
|
string ClientId { get; set; }
|
||||||
long? CommandId { get; set; }
|
long? CommandId { get; set; }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue