Table of Contents

Class ServiceRegistration

Namespace
Biwen.QuickApi.Contents
Assembly
Biwen.QuickApi.Contents.dll
[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 IServiceCollection
options Action<BiwenContentOptions>

Returns

IServiceCollection

Type Parameters

TDbContext