C# Class DomainDrivenDelivery.Interfaces.Booking.Facade.DTOAssembler

Afficher le fichier Open project: awhatley/dddsample.net Class Usage Examples

Private Methods

Méthode Description
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