Skip to content

ServiceCollectionExtensions.AddServiceHandlers method

namespace: Serenity.Extensions.DependencyInjection   assemblySerenity.Net.Services

public static IServiceCollection AddServiceHandlers(this IServiceCollection collection, 
    ITypeSource customHandlerTypeSource = null, 
    Func<Type, Type, bool> customHandlerPredicate = null)

See Also