C# Class DomainDrivenDelivery.Booking.Web.Controllers.BookingController

Inheritance: Controller
Exibir arquivo Open project: awhatley/dddsample.net

Public Methods

Method Description
BookingController ( BookingServiceFacade bookingServiceFacade ) : System

Private Methods

Method Description
AssignItinerary ( RouteAssignmentCommand command ) : System.Web.Mvc.ActionResult
BookCargo ( CargoBookingCommand command ) : System.Web.Mvc.ActionResult
CargoBookingForm ( ) : System.Web.Mvc.ActionResult
ChangeDestination ( string trackingId, string unLocode ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult
PickNewDestination ( string id ) : System.Web.Mvc.ActionResult
SelectItinerary ( string id ) : System.Web.Mvc.ActionResult
Show ( string id ) : System.Web.Mvc.ActionResult
VoyageDelayed ( VoyageDelayCommand command ) : System.Web.Mvc.ActionResult
VoyageDelayedForm ( ) : System.Web.Mvc.ActionResult

Method Details

BookingController() public method

public BookingController ( BookingServiceFacade bookingServiceFacade ) : System
bookingServiceFacade BookingServiceFacade
return System