C# Class Cats.Web.Hub.Controllers.AboutController

Inheritance: Cats.Web.Hub.BaseController
Mostrar archivo Open project: edgecomputing/cats

Public Methods

Method Description
AboutController ( IUserProfileService userProfileService ) : System
Index ( ) : System.Web.Mvc.ActionResult

Indexes this instance.

Method Details

AboutController() public method

public AboutController ( IUserProfileService userProfileService ) : System
userProfileService IUserProfileService
return System

Index() public method

Indexes this instance.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult