Exemple #1
0
        private readonly static string loginPass = ConfigurationManager.AppSettings["loginPass"]; //默认登录密码

        public YH_UserController(IYH_UserService yh_UserService, IZJ_AmountChangeTypeService zj_AmountChangeTypeService, ITHAreaService thAreaService, IYH_MerchantInfoService yh_MerchantInfoService, IYH_AgentService yh_AgentService)
        {
            _yh_UserService             = yh_UserService;
            _zj_AmountChangeTypeService = zj_AmountChangeTypeService;
            _thAreaService          = thAreaService;
            _yh_MerchantInfoService = yh_MerchantInfoService;
            _yh_AgentService        = yh_AgentService;
        }
 public YH_AgentController(IYH_UserService yh_UserService, IYH_AgentService yh_AgentService)
 {
     _yh_UserService  = yh_UserService;
     _yh_AgentService = yh_AgentService;
 }