Exemplo n.º 1
0
 public void Deconstruct(out FactoryIndexer factoryIndexer, out Service.Service service)
 {
     factoryIndexer = FactoryIndexer;
     service        = Service;
 }
Exemplo n.º 2
0
 public ServiceLauncherScope(FactoryIndexer factoryIndexer, Service.Service service)
 {
     FactoryIndexer = factoryIndexer;
     Service        = service;
 }