예제 #1
0
 public SlotView(IXrcService xrcService)
 {
     _xrcService = xrcService;
 }
예제 #2
0
 public SlotModule(IContext context, IXrcService xrcService)
 {
     _context = context;
     _xrcService = xrcService;
 }
예제 #3
0
파일: Kernel.cs 프로젝트: davideicardi/xrc
 public Kernel(IXrcService xrcService, IHostingConfig hostingConfig)
 {
     _xrcService = xrcService;
     _hostingConfig = hostingConfig;
 }