Equipment is kész.
This commit is contained in:
@@ -38,9 +38,11 @@ namespace WorkFlowCheck.BL.Mappings
|
||||
CreateMap<CheckPointDTO, CheckPoint>();
|
||||
|
||||
CreateMap<Location, LocationDTO>();
|
||||
|
||||
CreateMap<LocationDTO, Location>();
|
||||
|
||||
CreateMap<Equipment, EquipmentDTO>();
|
||||
|
||||
CreateMap<EquipmentDTO, Equipment>();
|
||||
|
||||
CreateMap<CheckListHeader, CheckListHeaderDTO>()
|
||||
.ForMember(dest => dest.CheckListRowDTO, opt => opt.MapFrom(src => src.CheckListRows));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user