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

Inheritance: Cats.Web.Hub.BaseController
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

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

Private Methods

Méthode Description
About ( ) : System.Web.Mvc.ActionResult

Method Details

HomeController() public méthode

public HomeController ( IUserProfileService userProfileService, IAdminUnitService adminUnitService, IHubService hubService ) : System
userProfileService IUserProfileService
adminUnitService IAdminUnitService
hubService IHubService
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Redirect2Cats() public méthode

public Redirect2Cats ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult