C# 클래스 DomainDrivenDelivery.Interfaces.Booking.Facade.DTOAssembler

파일 보기 프로젝트 열기: awhatley/dddsample.net 1 사용 예제들

비공개 메소드들

메소드 설명
fromDTO ( RouteCandidateDTO routeCandidateDTO, VoyageRepository voyageRepository, LocationRepository locationRepository ) : Itinerary
toDTO ( Cargo cargo ) : CargoRoutingDTO
toDTO ( Location location ) : LocationDTO
toDTO ( Itinerary itinerary ) : RouteCandidateDTO
toDTOList ( IEnumerable allLocations ) : IEnumerable
toLegDTO ( Leg leg ) : LegDTO