Method AddBelayFactories
Namespace: Belay.Extensions
Assembly: Belay.Extensions.dll
AddBelayFactories(IServiceCollection)
Adds Belay.NET factory services to the service collection.
csharp
public static IServiceCollection AddBelayFactories(this IServiceCollection services)
Parameters
services
IServiceCollection
The service collection.
Returns
The service collection for chaining.