This commit is contained in:
2023-02-06 20:05:24 +00:00
parent 9e946cc8a3
commit 347b202f91
5 changed files with 58 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ namespace Sockeye.Models
public string Phone3 { get; set; }
public string Phone4 { get; set; }
public string Phone5 { get; set; }
[Required]
public string EmailAddress { get; set; }
//POSTAL ADDRESS

View File

@@ -12,6 +12,7 @@ namespace Sockeye.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public long? CustomerId { get; set; }
public string RegTo { get; set; }
public long? LicenseId { get; set; }//when null and also when pgroup is a licenseable type means it shoudl be processed by SockBotProcessPurchases license gen
[NotMapped]
public string CustomerViz { get; set; }