case 4504

This commit is contained in:
2023-04-14 19:54:51 +00:00
parent 11c7637d4e
commit 85ccbdae58
6 changed files with 178 additions and 13 deletions

View File

@@ -14,7 +14,8 @@ namespace Sockeye.Models
public long Id { get; set; }
public uint Concurrency { get; set; }
public string Subsite { get; set; } //always null unless customer has multiple sites with same pgroup type subscription
[Required]
public string Subsite { get; set; } = "main";
public bool Active { get; set; }
[Required]
public ProductGroup PGroup { get; set; }