Method TryAddBaseDataLayer
TryAddBaseDataLayer(IServiceCollection)
Tries to add the base data layer services to the IServiceCollection.
public static IServiceCollection TryAddBaseDataLayer(this IServiceCollection services)
Parameters
services
IServiceCollectionThe IServiceCollection to add the base data layer services to.
Returns
- IServiceCollection
The IServiceCollection for further configuration.