public Systems(FunHaiNanContext context, IMapper mapper, IChannel channel) { _context = context; _mapper = mapper; _channel = channel; _log = _log = LogManager.GetLogger("NETCoreRepository", typeof(Systems)); }
public OfPayService(FunHaiNanContext context, IMapper mapper, IOptions <OfPaySetting> ofpay, ISystems sys) { _context = context; _mapper = mapper; _ofpay = ofpay.Value; _sys = sys; }
public BizService(ISystems sys, IOptions <ZhangYuSetting> options, IMapper mapper, FunHaiNanContext context) { _sys = sys; _options = options; _mapper = mapper; _context = context; _log = _log = LogManager.GetLogger("NETCoreRepository", typeof(BizService)); }
public RoutineService(FunHaiNanContext context, IMapper mapper, NewiBeaconContext ibccontext, HainanContext hainanContext, IBiz biz) { _context = context; _mapper = mapper; _ibccontext = ibccontext; _hncontext = hainanContext; _biz = biz; }
public AccoutService(IOptions <PHPRequestSetting> options, ISystems sys, IMapper mapper, FunHaiNanContext context, IOptions <HaiXiaSetting> haixiaoptions, IOptions <HaiXiaPhpSetting> phpoptions) { _options = options; _sys = sys; _mapper = mapper; _context = context; _log = _log = LogManager.GetLogger("NETCoreRepository", typeof(AccoutService)); _haixiaoptions = haixiaoptions; _phpoptions = phpoptions; }
public RechargeService(IMapper mapper, FunHaiNanContext context, IOptions <StraitAliPaySetting> straitAliPay, IOptions <AliPaySetting> options, ISystems sys, IOptions <ApplepaySetting> optionsApple, IAlipayService alipayService) { _context = context; _mapper = mapper; //_options = options; _appSettings = options.Value; _sys = sys; _applepay = optionsApple.Value; _alipayService = alipayService; _straitAliPay = straitAliPay.Value; }
public TokenService(FunHaiNanContext context, IMapper mapper, ISystems sys) { _context = context; _mapper = mapper; _sys = sys; }
// private readonly IUserTask _userTask; public DataService(HainanContext hainanContext, FunHaiNanContext funHaiNanContext, IMapper mapper) { _hainanContext = hainanContext; _funHaiNanContext = funHaiNanContext; _mapper = mapper; }
public UserTaskService(FunHaiNanContext context, IMapper mapper, IOptions <CurrencyKeySetting> currencyKey) { _context = context; _mapper = mapper; _currencyKey = currencyKey.Value; }
public UserService(FunHaiNanContext context, IMapper mapper) { _context = context; _mapper = mapper; }
public GameService(IMapper mapper, FunHaiNanContext context) { _context = context; _mapper = mapper; }
/// <summary> /// Initializes a new instance of the <see cref="T:ZsqApp.Core.Services.Activity.ActivityService"/> class. /// </summary> /// <param name="context">Context.</param> /// <param name="mapper">Mapper.</param> public ActivityService(FunHaiNanContext context, IMapper mapper) { _funHaiNanContext = context; _mapper = mapper; }
/// <summary> /// Initializes a new instance of the <see cref="T:ZsqApp.Core.Services.Activity.ActivityService"/> class. /// </summary> /// <param name="context">Context.</param> /// <param name="mapper">Mapper.</param> public HomeService(FunHaiNanContext context, IMapper mapper) { _funHaiNanContext = context; _mapper = mapper; }