Пример #1
0
 public SlotView(IXrcService xrcService)
 {
     _xrcService = xrcService;
 }
Пример #2
0
 public SlotModule(IContext context, IXrcService xrcService)
 {
     _context = context;
     _xrcService = xrcService;
 }
Пример #3
0
 public Kernel(IXrcService xrcService, IHostingConfig hostingConfig)
 {
     _xrcService = xrcService;
     _hostingConfig = hostingConfig;
 }