Registers services related to data synchronization as singletons in the specified
IServiceCollection
.
- Namespace
- DbSyncKit
.Core .Extensions - Containing Type
- Synchronization
Service Collection Extensions
Syntax
public static void AddSynchronizationServices(this IServiceCollection services)
Remarks
This method registers the following services:
as a singleton. as a singleton. as a singleton.
Parameters
Name | Type | Description |
---|---|---|
services | IServiceCollection | The IServiceCollection to register services with. |