TweetHarbor.Controllers.AccountController.AccountController C# (CSharp) 메소드

AccountController() 공개 메소드

public AccountController ( ITweetHarborDbContext database, ITweetHarborTwitterService twitter, IFormsAuthenticationWrapper Authentication ) : System
database ITweetHarborDbContext
twitter ITweetHarborTwitterService
Authentication IFormsAuthenticationWrapper
리턴 System
        public AccountController(ITweetHarborDbContext database, ITweetHarborTwitterService twitter, IFormsAuthenticationWrapper Authentication)
        {
            this.database = database;
            this.twitter = twitter;
            this.authentication = Authentication;
        }