This commit is contained in:
2021-05-11 23:14:06 +00:00
parent d54f833e63
commit 785b26a3c1
2 changed files with 5 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ namespace AyaNova.Models
public string TechSignatureName { get; set; }
public DateTime? TechSignatureCaptured { get; set; }
public bool Onsite {get;set;}
public string Contract { get; set; }
//POSTAL ADDRESS / "BILLING ADDRESS"
public string PostAddress { get; set; }