Class ServiceRegistration
[SuppressType]
public static class ServiceRegistration
- Inheritance
-
ServiceRegistration
- Inherited Members
Methods
AddBiwenContents<TDbContext>(IServiceCollection, Action<BiwenContentOptions>?)
public static IServiceCollection AddBiwenContents<TDbContext>(this IServiceCollection services, Action<BiwenContentOptions>? options = null) where TDbContext : DbContext, IContentDbContext
Parameters
services
IServiceCollectionoptions
Action<BiwenContentOptions>
Returns
Type Parameters
TDbContext