C# 클래스 TweetHarbor.Controllers.UserAuthenticationAccountsController

상속: Controller
파일 보기 프로젝트 열기: sethwebster/TweetHarbor

공개 메소드들

메소드 설명
AssignToProject ( int Id, string Type ) : System.Web.Mvc.ActionResult
Index ( string Type ) : System.Web.Mvc.ContentResult
UserAuthenticationAccountsController ( ITweetHarborDbContext database ) : System

비공개 메소드들

메소드 설명
AssignToProject ( int Id, string Type, int twitteraccount ) : System.Web.Mvc.ActionResult

메소드 상세

AssignToProject() 공개 메소드

public AssignToProject ( int Id, string Type ) : System.Web.Mvc.ActionResult
Id int
Type string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( string Type ) : System.Web.Mvc.ContentResult
Type string
리턴 System.Web.Mvc.ContentResult

UserAuthenticationAccountsController() 공개 메소드

public UserAuthenticationAccountsController ( ITweetHarborDbContext database ) : System
database ITweetHarborDbContext
리턴 System