C# Class Worki.Web.Areas.Dashboard.Controllers.HistoricController

Inheritance: DashboardControllerBase
显示文件 Open project: tah91/eworkyWebSite

Private Properties

Property Type Description
Booking System.Web.Mvc.ActionResult
HistoricController System
Quotation System.Web.Mvc.ActionResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult

Public Methods

Method Description
Booking ( int page ) : System.Web.Mvc.ActionResult

Get action method to show past bookings of the member

HistoricController ( ILogger logger ) : System
Quotation ( int page ) : System.Web.Mvc.ActionResult

Get action method to show past quotations of the member

Private Methods

Method Description
Booking ( ) : System.Web.Mvc.ActionResult
HistoricController ( Dummy d ) : System
Quotation ( ) : System.Web.Mvc.ActionResult
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult

Method Details

Booking() public method

Get action method to show past bookings of the member
public Booking ( int page ) : System.Web.Mvc.ActionResult
page int
return System.Web.Mvc.ActionResult

HistoricController() public method

public HistoricController ( ILogger logger ) : System
logger ILogger
return System

Quotation() public method

Get action method to show past quotations of the member
public Quotation ( int page ) : System.Web.Mvc.ActionResult
page int
return System.Web.Mvc.ActionResult