AcklenAvenue.Data.Sample.MVC.Controllers.AccountController.AccountController C# (CSharp) Méthode

AccountController() public méthode

public AccountController ( IAccountFetcher accountFetcher, IMappingEngine mappingEngine ) : System.Web.Mvc
accountFetcher IAccountFetcher
mappingEngine IMappingEngine
Résultat System.Web.Mvc
        public AccountController(IAccountFetcher accountFetcher, IMappingEngine mappingEngine)
        {
            _accountFetcher = accountFetcher;
            _mappingEngine = mappingEngine;
        }
AccountController