This commit is contained in:
2021-05-03 22:24:40 +00:00
parent 25e56d94ca
commit 64f0f7c315
4 changed files with 6 additions and 5 deletions

View File

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