JwtMiddleware berakva

This commit is contained in:
2025-03-14 10:25:24 +01:00
parent 9d0a577c1f
commit 52ac278316
6 changed files with 73 additions and 15 deletions
@@ -24,6 +24,7 @@ namespace WorkFlowCheck.BL.Mappings
.ForMember(dest => dest.CheckListTemplateRowDTO, opt => opt.MapFrom(src => src.CheckListTemplateRows));
CreateMap<CheckListTemplateRow, CheckListTemplateRowDTO>();
CreateMap<CheckPoint, CheckPointDTO>().ForMember(dest => dest.CheckListTemplateRowDTO, opt => opt.MapFrom(src => src.CheckListTemplateRows));
CreateMap<CheckPointDTO, CheckPoint>();
CreateMap<Location, LocationDTO>();
CreateMap<Equipment, EquipmentDTO>();