C# Class MainSaite.Controllers.HomeController

Inheritance: BaseController
Datei anzeigen Open project: CH033dotNET/Taxi

Public Methods

Method Description
GetBestClients ( ) : JsonResult
GetBestDrivers ( ) : JsonResult
HomeController ( INewsManager newsManager, IPersonManager personManager ) : System
Index ( ) : System.Web.Mvc.ActionResult
OrderForm ( ) : System.Web.Mvc.ActionResult
OrderTaxi ( ) : System.Web.Mvc.ActionResult
SetLanguage ( string language, string returnUrl ) : System.Web.Mvc.ActionResult

Method Details

GetBestClients() public method

public GetBestClients ( ) : JsonResult
return JsonResult

GetBestDrivers() public method

public GetBestDrivers ( ) : JsonResult
return JsonResult

HomeController() public method

public HomeController ( INewsManager newsManager, IPersonManager personManager ) : System
newsManager INewsManager
personManager IPersonManager
return System

Index() public method

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

OrderForm() public method

public OrderForm ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

OrderTaxi() public method

public OrderTaxi ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

SetLanguage() public method

public SetLanguage ( string language, string returnUrl ) : System.Web.Mvc.ActionResult
language string
returnUrl string
return System.Web.Mvc.ActionResult