mirror of https://github.com/abpframework/abp.git
3 changed files with 22 additions and 4 deletions
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.AuditLogging.EntityFrameworkCore |
|||
{ |
|||
public class AuditStore_Basic_Tests : AuditStore_Basic_Tests<AbpAuditLoggingEntityFrameworkCoreTestModule> |
|||
{ |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
namespace Volo.Abp.AuditLogging.MongoDB |
|||
{ |
|||
public class AuditStore_Basic_Tests : AuditStore_Basic_Tests<AbpAuditLoggingMongoDbTestModule> |
|||
{ |
|||
|
|||
} |
|||
} |
|||
Loading…
Reference in new issue