mirror of https://github.com/abpframework/abp.git
7 changed files with 20 additions and 9 deletions
@ -0,0 +1,11 @@ |
|||
using System.Collections.Generic; |
|||
|
|||
namespace Volo.Abp.MongoDB |
|||
{ |
|||
public interface IAbpMongoDbContext |
|||
{ |
|||
IReadOnlyList<MongoEntityMapping> GetMappings(); |
|||
|
|||
string GetCollectionName<T>(); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue