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 ZJ_UserBalanceChangeLogController(IZJ_UserBalanceChangeLogService zjUserBalanceChangeLog, IZJ_AmountChangeTypeService zjAmountChangeTypeService) { _zjUserBalanceChangeLog = zjUserBalanceChangeLog; _zjAmountChangeTypeService = zjAmountChangeTypeService; }