コード例 #1
0
ファイル: RoutineService.cs プロジェクト: bsdzingsq/API_Core
 public RoutineService(FunHaiNanContext context, IMapper mapper, NewiBeaconContext ibccontext, HainanContext hainanContext, IBiz biz)
 {
     _context    = context;
     _mapper     = mapper;
     _ibccontext = ibccontext;
     _hncontext  = hainanContext;
     _biz        = biz;
 }
コード例 #2
0
ファイル: ChannelService.cs プロジェクト: bsdzingsq/API_Core
 public ChannelService(NewiBeaconContext newiBeacon)
 {
     _newiBeacon = newiBeacon;
 }