Class ServicesConfiguration
A static class that provides an extension method to register all Web Core services to the given IServiceCollection.
Inherited Members
Namespace: DataWeb.Dependency
Assembly: DataWeb.Core.dll
Syntax
public static class ServicesConfiguration
Methods
AddDataWebCore(IServiceCollection)
Extension method to register all Web Core services to the given IServiceCollection.
Declaration
public static void AddDataWebCore(this IServiceCollection services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services |