C# Class MyWalletz.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: kazimanzurrashid/my-walletz-backbone

Méthodes publiques

Méthode Description
HomeController ( IDataContext dataContext, Func getUserId ) : System
Index ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HomeController() public méthode

public HomeController ( IDataContext dataContext, Func getUserId ) : System
dataContext IDataContext
getUserId Func
Résultat System

Index() public méthode

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