C# Class TweetHarbor.Controllers.UserAuthenticationAccountsController

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

Méthodes publiques

Méthode Description
AssignToProject ( int Id, string Type ) : System.Web.Mvc.ActionResult
Index ( string Type ) : System.Web.Mvc.ContentResult
UserAuthenticationAccountsController ( ITweetHarborDbContext database ) : System

Private Methods

Méthode Description
AssignToProject ( int Id, string Type, int twitteraccount ) : System.Web.Mvc.ActionResult

Method Details

AssignToProject() public méthode

public AssignToProject ( int Id, string Type ) : System.Web.Mvc.ActionResult
Id int
Type string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( string Type ) : System.Web.Mvc.ContentResult
Type string
Résultat System.Web.Mvc.ContentResult

UserAuthenticationAccountsController() public méthode

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