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

Inheritance: BaseController
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult
LanguageController ( IUserProfileService userProfileService ) : System
SetLanguage ( string lang ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

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

LanguageController() public méthode

public LanguageController ( IUserProfileService userProfileService ) : System
userProfileService IUserProfileService
Résultat System

SetLanguage() public méthode

public SetLanguage ( string lang ) : System.Web.Mvc.ActionResult
lang string
Résultat System.Web.Mvc.ActionResult