C# Class Cats.Areas.Hub.Controllers.HomeController

Inheritance: Cats.Web.Hub.BaseController
Show file Open project: edgecomputing/cats

Public Methods

Method Description
HomeController ( IUserProfileService userProfileService, IAdminUnitService adminUnitService, IHubService hubService ) : System
Index ( ) : System.Web.Mvc.ActionResult
Redirect2Cats ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public method

public HomeController ( IUserProfileService userProfileService, IAdminUnitService adminUnitService, IHubService hubService ) : System
userProfileService IUserProfileService
adminUnitService IAdminUnitService
hubService IHubService
return System

Index() public method

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

Redirect2Cats() public method

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