Exemplo n.º 1
0
 public RoutineService(FunHaiNanContext context, IMapper mapper, NewiBeaconContext ibccontext, HainanContext hainanContext, IBiz biz)
 {
     _context    = context;
     _mapper     = mapper;
     _ibccontext = ibccontext;
     _hncontext  = hainanContext;
     _biz        = biz;
 }
Exemplo n.º 2
0
 public ChannelService(NewiBeaconContext newiBeacon)
 {
     _newiBeacon = newiBeacon;
 }