TweetHarbor.Controllers.AccountController.AccountController C# (CSharp) Méthode

AccountController() public méthode

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