Esempio n. 1
0
 public SlotView(IXrcService xrcService)
 {
     _xrcService = xrcService;
 }
Esempio n. 2
0
 public SlotModule(IContext context, IXrcService xrcService)
 {
     _context = context;
     _xrcService = xrcService;
 }
Esempio n. 3
0
 public Kernel(IXrcService xrcService, IHostingConfig hostingConfig)
 {
     _xrcService = xrcService;
     _hostingConfig = hostingConfig;
 }