API és endpoint kiegészítése
This commit is contained in:
@@ -19,7 +19,9 @@ namespace WorkFlowCheck.BL.Mappings
|
||||
.ForMember(dest => dest.PasswordHash, opt => opt.MapFrom<PasswordHashResolver>());
|
||||
|
||||
|
||||
CreateMap<CheckListTemplateHeader, CheckListTemplateHeaderDTO>();
|
||||
CreateMap<CheckListTemplateHeader, CheckListTemplateHeaderDTO>()
|
||||
.ForMember(dest => dest.CheckListTemplateRowDTO, opt => opt.MapFrom(src => src.CheckListTemplateRows));
|
||||
CreateMap<CheckListTemplateRow, CheckListTemplateRowDTO>();
|
||||
CreateMap<CheckPoint, CheckPointDTO>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user