This commit is contained in:
MOHD ARIFF 2024-11-15 16:30:43 +08:00
parent f51c8ffe65
commit 8dc8dd90da

View File

@ -20,7 +20,5 @@ namespace PSTW_CentralSystem.Models
[NotMapped] // This property will not be mapped to the database [NotMapped] // This property will not be mapped to the database
public string[]? AllowedUsertypesArray { get; set; } public string[]? AllowedUsertypesArray { get; set; }
//[NotMapped]
//public List<RoleModel>? RoleList { get; set; }
} }
} }