C# Class Ploeh.Samples.Booking.WebModel.HomeController

Inheritance: Controller
Afficher le fichier Open project: ploeh/CQRSonAzureDemo Class Usage Examples

Méthodes publiques

Méthode Description
HomeController ( IChannel channel, IMonthViewReader monthReader, IDayViewReader dayReader ) : System
Index ( ) : System.Web.Mvc.ViewResult
NewBooking ( int year, int month, int day ) : System.Web.Mvc.ViewResult

Private Methods

Méthode Description
DisabledDays ( int year, int month ) : System.Web.Mvc.JsonResult
NewBooking ( BookingViewModel model ) : System.Web.Mvc.ViewResult

Method Details

HomeController() public méthode

public HomeController ( IChannel channel, IMonthViewReader monthReader, IDayViewReader dayReader ) : System
channel IChannel
monthReader IMonthViewReader
dayReader IDayViewReader
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult

NewBooking() public méthode

public NewBooking ( int year, int month, int day ) : System.Web.Mvc.ViewResult
year int
month int
day int
Résultat System.Web.Mvc.ViewResult