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