Némi API hozzáadás

This commit is contained in:
2025-01-28 14:38:28 +01:00
parent e74df61ca0
commit 3669267898
7 changed files with 67 additions and 3 deletions
@@ -18,6 +18,7 @@ namespace WorkFlowCheck.BL.Mappings
CreateMap<UserDTO, User>()
.ForMember(dest => dest.PasswordHash, opt => opt.MapFrom<PasswordHashResolver>());
CreateMap<CheckListTemplateHeader, CheckListTemplateHeaderDTO>();
}
}
}