IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.AddOrReplaceAsync(SupportCaseEntity, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.ReplaceOneAsync(SupportCaseEntity, OneOption<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.UpdateOneAsync(ObjectId, UpdateDefinition<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.UpdateOneAsync(FilterDefinition<SupportCaseEntity>, UpdateDefinition<SupportCaseEntity>, OneOption<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.UpdateManyAsync(FilterDefinition<SupportCaseEntity>, UpdateDefinition<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.DeleteOneAsync(FilterDefinition<SupportCaseEntity>, OneOption<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.DeleteManyAsync(FilterDefinition<SupportCaseEntity>, IClientSessionHandle)
IDiskRepositoryCollection<SupportCaseEntity, ObjectId>.GetCollection()
IRepositoryCollection<SupportCaseEntity, ObjectId>.AddAsync(SupportCaseEntity, IClientSessionHandle)
IRepositoryCollection<SupportCaseEntity, ObjectId>.TryAddAsync(SupportCaseEntity, IClientSessionHandle)
IRepositoryCollection<SupportCaseEntity, ObjectId>.DeleteOneAsync(ObjectId, IClientSessionHandle)
IRepositoryCollection<SupportCaseEntity, ObjectId>.GetPageProjectionAsync<T>(int, PagePosition, Expression<Func<SupportCaseEntity, T>>, Expression<Func<SupportCaseEntity, bool>>, Expression<Func<SupportCaseEntity, object>>, bool, CancellationToken)
IReadOnlyRepositoryCollection<SupportCaseEntity, ObjectId>.GetDirtyAsync()
IReadOnlyRepositoryCollection<SupportCaseEntity, ObjectId>.GetFailedIndices()
IRepositoryCollection.DropCollectionAsync()