C# Класс DomainDrivenDelivery.Booking.Web.Controllers.BookingController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
BookingController ( BookingServiceFacade bookingServiceFacade ) : System

Приватные методы

Метод Описание
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

Описание методов

BookingController() публичный Метод

public BookingController ( BookingServiceFacade bookingServiceFacade ) : System
bookingServiceFacade BookingServiceFacade
Результат System