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