Ejemplo n.º 1
0
 public IServiceScope CreateScope()
 {
     return(new ServiceProviderAdapter(inner.CreateScope()));
 }