aggiunte tabelle di destinazione + seed userRoles

This commit is contained in:
zaccaria.majid
2023-03-13 09:31:47 +01:00
parent a57877a693
commit bf69a7380b
14 changed files with 1065 additions and 121 deletions
@@ -108,7 +108,7 @@ namespace WebDoorCreator.Data.Controllers
/// </summary>
/// <param name="userId">User id to search for</param>
/// <returns></returns>
public List<UserRoleClaimDTO> GetUserRoleClamByUserId()
public List<UserRoleClaimDTO> GetUserRoleClaimByUserId()
{
List<UserRoleClaimDTO> dbResult = new List<UserRoleClaimDTO>();
using (WDCDataContext localDbCtx = new WDCDataContext(_configuration))