Пример #1
0
 public static IServiceProvider BuildServiceProvider(this IServiceCollection collection, ServiceProviderOptions options)
 {
     return(new ServiceProvider(collection, options));
 }
 public DefaultServiceProviderFactory(ServiceProviderOptions options)
 {
     this.options = options;
 }