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