Még nem tökéletes, EF javítása
This commit is contained in:
@@ -25,6 +25,8 @@ namespace WorkFlowCheck.BL.Mappings
|
||||
CreateMap<CheckPoint, CheckPointDTO>();
|
||||
CreateMap<Location, LocationDTO>();
|
||||
CreateMap<Equipment, EquipmentDTO>();
|
||||
CreateMap<CheckListHeader, CheckListHeaderDTO>()
|
||||
.ForMember(dest => dest.CheckListRowDTO, opt => opt.MapFrom(src => src.CheckListRows));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user