Exemple #1
0
 public RoutineService(FunHaiNanContext context, IMapper mapper, NewiBeaconContext ibccontext, HainanContext hainanContext, IBiz biz)
 {
     _context    = context;
     _mapper     = mapper;
     _ibccontext = ibccontext;
     _hncontext  = hainanContext;
     _biz        = biz;
 }
Exemple #2
0
        // private readonly IUserTask _userTask;


        public DataService(HainanContext hainanContext, FunHaiNanContext funHaiNanContext, IMapper mapper)
        {
            _hainanContext    = hainanContext;
            _funHaiNanContext = funHaiNanContext;
            _mapper           = mapper;
        }