Show / Hide Table of Contents

Interface ISaasMongoDbContext

Namespace: Volo.Saas.MongoDB
Assembly: Volo.Saas.MongoDB.dll
Syntax
public interface ISaasMongoDbContext : IAbpMongoDbContext

Properties

Editions

Declaration
IMongoCollection<Edition> Editions { get; }
Property Value
Type Description
IMongoCollection<Edition>

Tenants

Declaration
IMongoCollection<Tenant> Tenants { get; }
Property Value
Type Description
IMongoCollection<Tenant>
In this article
Back to top Powered by Volosoft