This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user