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

Inheritance: DashboardControllerBase
Afficher le fichier Open project: tah91/eworkyWebSite

Private Properties

Свойство Type Description
Booking System.Web.Mvc.ActionResult
HistoricController System
Quotation System.Web.Mvc.ActionResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

HistoricController() public méthode

public HistoricController ( ILogger logger ) : System
logger ILogger
Résultat System

Quotation() public méthode

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