Exemplo n.º 1
0
 public static IServiceCollection ProvideRequestCreation(this IServiceCollection services, RequestFactory factory)
 {
     services.Replace(ServiceDescriptor.Singleton(factory));
     return(services);
 }