Class AbpMemoryDbContextRegistrationOptions
Inheritance
AbpMemoryDbContextRegistrationOptions
Assembly: Volo.Abp.MemoryDb.dll
Syntax
public class AbpMemoryDbContextRegistrationOptions : AbpCommonDbContextRegistrationOptions, IAbpMemoryDbContextRegistrationOptionsBuilder, IAbpCommonDbContextRegistrationOptionsBuilder
Constructors
AbpMemoryDbContextRegistrationOptions(Type, IServiceCollection)
Declaration
public AbpMemoryDbContextRegistrationOptions(Type originalDbContextType, IServiceCollection services)
Parameters
Implements
Extension Methods