Lejönnek a CheckPointhoz tartozó sorok
This commit is contained in:
@@ -13,7 +13,7 @@ namespace WorkFlowCheck.MAUI.Mapper
|
||||
{
|
||||
public MapperProfile()
|
||||
{
|
||||
CreateMap<CheckPoint, CheckPointDTO>();
|
||||
CreateMap<CheckPoint, CheckPointDTO>().ForMember(dest => dest.CheckListTemplateRowDTO, opt => opt.MapFrom(src => src.CheckListTemplateRows));
|
||||
CreateMap<CheckPointDTO, CheckPoint>();
|
||||
|
||||
CreateMap<CheckListTemplateHeaderDTO, CheckListTemplateHeader>()
|
||||
|
||||
Reference in New Issue
Block a user