C# Class Cares.WebApi.Controllers.HomeController

Inheritance: Controller
显示文件 Open project: innoist/GF-FRS

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Contact ( ) : System.Web.Mvc.ActionResult
HomeController ( IWebApiAuthenticationService authenticationService ) : System.Web.Mvc
Index ( ) : System.Web.Mvc.ActionResult

Method Details

About() public method

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

Contact() public method

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

HomeController() public method

public HomeController ( IWebApiAuthenticationService authenticationService ) : System.Web.Mvc
authenticationService IWebApiAuthenticationService
return System.Web.Mvc

Index() public method

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