This commit is contained in:
@@ -31,7 +31,7 @@ namespace AyaNova.Models
|
||||
[Required]
|
||||
public long CustomerId { get; set; }
|
||||
public long? ProjectId { get; set; }
|
||||
[NotMapped]
|
||||
[NotMapped]
|
||||
public string ProjectViz { get; set; }
|
||||
public string InternalReferenceNumber { get; set; }
|
||||
public string CustomerReferenceNumber { get; set; }
|
||||
@@ -49,9 +49,12 @@ namespace AyaNova.Models
|
||||
public string TechSignature { get; set; }
|
||||
public string TechSignatureName { get; set; }
|
||||
public DateTime? TechSignatureCaptured { get; set; }
|
||||
public bool Onsite {get;set;}
|
||||
public string Contract { get; set; }
|
||||
|
||||
public bool Onsite { get; set; }
|
||||
public long? ContractId { get; set; }
|
||||
[NotMapped]
|
||||
public string ContractViz { get; set; }
|
||||
|
||||
|
||||
//POSTAL ADDRESS / "BILLING ADDRESS"
|
||||
public string PostAddress { get; set; }
|
||||
public string PostCity { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user