Treat common and private registries separately
This commit is contained in:
@ -6,7 +6,8 @@ namespace Hcs.WebApp.Data.Hcs
|
||||
{
|
||||
public enum CampaignType
|
||||
{
|
||||
ExportRequiredRegistryElements_15_7_0_1
|
||||
ExportCommonRegistryElements_15_7_0_1,
|
||||
ExportPrivateRegistryElements_15_7_0_1
|
||||
}
|
||||
|
||||
public int Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user