JwtMiddleware berakva
This commit is contained in:
@@ -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>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user