From 8dc8dd90dae41602fb193903dafbeb5723632623 Mon Sep 17 00:00:00 2001 From: Mohd Ariff Date: Fri, 15 Nov 2024 16:30:43 +0800 Subject: [PATCH] Update --- Models/ModuleSettingModel.cs | 2 -- 1 file changed, 2 deletions(-) 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; } } }