diff --git a/Models/ModuleSettingModel.cs b/Models/ModuleSettingModel.cs index 6642239..5d68c6f 100644 --- a/Models/ModuleSettingModel.cs +++ b/Models/ModuleSettingModel.cs @@ -20,7 +20,5 @@ namespace PSTW_CentralSystem.Models [NotMapped] // This property will not be mapped to the database public string[]? AllowedUsertypesArray { get; set; } - //[NotMapped] - //public List? RoleList { get; set; } } }