This commit is contained in:
2020-06-11 22:28:39 +00:00
parent 9ebf44f9d5
commit 59fcaa6f18
3 changed files with 51 additions and 20 deletions

View File

@@ -33,6 +33,7 @@ namespace rockfishCore.Models
public string ContactName { get; set; }
public string Notes { get; set; }
public string Email { get; set; }
public string EmailConfirmCode {get;set;}
public bool EmailValidated { get; set; }
public long? DtRequested { get; set; }
public long? DtProcessed { get; set; }