mirror of https://github.com/abpframework/abp.git
committed by
GitHub
29 changed files with 41 additions and 40 deletions
@ -1,8 +1,9 @@ |
|||
using Volo.Blogging.Blogs; |
|||
using Volo.Blogging.MongoDB; |
|||
|
|||
namespace Volo.Blogging |
|||
{ |
|||
public class BlogRepository_Tests : BlogRepository_Tests<BloggingMongoDBTestModule> |
|||
public class BlogRepository_Tests : BlogRepository_Tests<BloggingMongoDbTestModule> |
|||
{ |
|||
} |
|||
} |
|||
@ -1,8 +1,9 @@ |
|||
using Volo.Blogging.Comments; |
|||
using Volo.Blogging.MongoDB; |
|||
|
|||
namespace Volo.Blogging |
|||
{ |
|||
public class CommentRepository_Tests : CommentRepository_Tests<BloggingMongoDBTestModule> |
|||
public class CommentRepository_Tests : CommentRepository_Tests<BloggingMongoDbTestModule> |
|||
{ |
|||
} |
|||
} |
|||
@ -1,8 +1,9 @@ |
|||
using Volo.Blogging.Posts; |
|||
using Volo.Blogging.MongoDB; |
|||
|
|||
namespace Volo.Blogging |
|||
{ |
|||
public class PostRepository_Tests : PostRepository_Tests<BloggingMongoDBTestModule> |
|||
public class PostRepository_Tests : PostRepository_Tests<BloggingMongoDbTestModule> |
|||
{ |
|||
} |
|||
} |
|||
@ -1,8 +1,9 @@ |
|||
using Volo.Blogging.Tagging; |
|||
using Volo.Blogging.MongoDB; |
|||
|
|||
namespace Volo.Blogging |
|||
{ |
|||
public class TagRepository_Tests : TagRepository_Tests<BloggingMongoDBTestModule> |
|||
public class TagRepository_Tests : TagRepository_Tests<BloggingMongoDbTestModule> |
|||
{ |
|||
} |
|||
} |
|||
Loading…
Reference in new issue