AcklenAvenue.Data.Sample.MVC.Controllers.AccountController.AccountController C# (CSharp) Метод

AccountController() публичный Метод

public AccountController ( IAccountFetcher accountFetcher, IMappingEngine mappingEngine ) : System.Web.Mvc
accountFetcher IAccountFetcher
mappingEngine IMappingEngine
Результат System.Web.Mvc
        public AccountController(IAccountFetcher accountFetcher, IMappingEngine mappingEngine)
        {
            _accountFetcher = accountFetcher;
            _mappingEngine = mappingEngine;
        }
AccountController