Interface IFifthDbContextDummyEntityRepository
Inherited Members
Namespace: Volo.Abp.MongoDB.TestApp.FifthContext
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public interface IFifthDbContextDummyEntityRepository : IBasicRepository<FifthDbContextDummyEntity, Guid>, IBasicRepository<FifthDbContextDummyEntity>, IReadOnlyBasicRepository<FifthDbContextDummyEntity, Guid>, IReadOnlyBasicRepository<FifthDbContextDummyEntity>, IRepository
Methods
GetDbContextAsync()
Declaration
Task<IAbpMongoDbContext> GetDbContextAsync()
Returns
Type | Description |
---|---|
Task<IAbpMongoDbContext> |