public AsyncServiceScope(Microsoft.Extensions.DependencyInjection.IServiceScope serviceScope)
 {
     throw null;
 }
Пример #2
0
 public ServiceScope(Microsoft.Extensions.DependencyInjection.IServiceScope serviceScope)
 {
     _serviceScope = serviceScope;
 }