public AsyncServiceScope(Microsoft.Extensions.DependencyInjection.IServiceScope serviceScope)
 {
     throw null;
 }
Exemple #2
0
 public ServiceScope(Microsoft.Extensions.DependencyInjection.IServiceScope serviceScope)
 {
     _serviceScope = serviceScope;
 }