Interface IAuditLoggingMongoDbContext
Namespace: Volo.Abp.AuditLogging.MongoDB
Assembly: Volo.Abp.AuditLogging.MongoDB.dll
Syntax
public interface IAuditLoggingMongoDbContext : IAbpMongoDbContext
Properties
AuditLogs
Declaration
IMongoCollection<AuditLog> AuditLogs { get; }
Property Value
| Type | Description |
|---|---|
| IMongoCollection<AuditLog> |