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

Inheritance: Controller
显示文件 Open project: ploeh/CQRSonAzureDemo Class Usage Examples

Public Methods

Method 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

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

Method Details

HomeController() public method

public HomeController ( IChannel channel, IMonthViewReader monthReader, IDayViewReader dayReader ) : System
channel IChannel
monthReader IMonthViewReader
dayReader IDayViewReader
return System

Index() public method

public Index ( ) : System.Web.Mvc.ViewResult
return System.Web.Mvc.ViewResult

NewBooking() public method

public NewBooking ( int year, int month, int day ) : System.Web.Mvc.ViewResult
year int
month int
day int
return System.Web.Mvc.ViewResult