ServiceCollectionExtensions.AddProxyRequestHandlers method
namespace: Serenity.Extensions.DependencyInjection assembly: Serenity.Net.Services
Registers proxy activators for the DI container to resolve generic request handler instances like ICreateHandler, IListHandler etc.
public static IServiceCollection AddProxyRequestHandlers(this IServiceCollection collection)
| parameter | description |
|---|---|
| collection | Service collection |