C# Class TweetHarbor.Areas.Admin.Controllers.UserAuthenticationAccountsController

Inheritance: Controller
Afficher le fichier Open project: sethwebster/TweetHarbor

Méthodes publiques

Méthode Description
Delete ( int Id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
UserAuthenticationAccountsController ( ITweetHarborDbContext database ) : System

Method Details

Delete() public méthode

public Delete ( int Id ) : System.Web.Mvc.ActionResult
Id int
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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

UserAuthenticationAccountsController() public méthode

public UserAuthenticationAccountsController ( ITweetHarborDbContext database ) : System
database ITweetHarborDbContext
Résultat System