ServiceCollectionExtensions.AddServiceHandlers method
namespace: Serenity.Extensions.DependencyInjection assembly: Serenity.Net.Services
public static IServiceCollection AddServiceHandlers(this IServiceCollection collection,
ITypeSource customHandlerTypeSource = null,
Func<Type, Type, bool> customHandlerPredicate = null)
See Also
- interface ITypeSource
- class ServiceCollectionExtensions