Esempio n. 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;
        }
Esempio n. 2
0
 /// <summary>
 /// 构造函数
 /// </summary>
 /// <param name="productService"></param>
 /// <param name="orderTrackingLogService"></param>
 /// <param name="userBalanceService"></param>
 /// <param name="thAreaService"></param>
 /// <param name="userService"></param>
 public PaymentOrderService(ProductService productService, OrderTrackingLogService orderTrackingLogService, ZJ_UserBalanceService userBalanceService, ITHAreaService thAreaService, IYH_UserService userService)
 {
     this.productService          = productService;
     this.orderTrackingLogService = orderTrackingLogService;
     this.userBalanceService      = userBalanceService;
     this.thAreaService           = thAreaService;
     this.userService             = userService;
     orderService = new OrderService(null, null, null, null, null, null, null, null);
 }
 public THAreaController(ITHAreaService thAreaService)
 {
     _thAreaService = thAreaService;
 }
Esempio n. 4
0
 public SuppliersController(ISuppliersService suppliersService, ITHAreaService thAreaService)
 {
     _suppliersService = suppliersService;
     _thAreaService    = thAreaService;
 }
 public ShipmentController(IShipmentService shipmentService, IParameterSetService parameterSetService, ITHAreaService thAreaService)
 {
     this._shipmentService     = shipmentService;
     this._parameterSetService = parameterSetService;
     this._thAreaService       = thAreaService;
 }