|
|
|
@ -6,7 +6,7 @@ using Volo.Abp.EntityFrameworkCore; |
|
|
|
|
|
|
|
namespace EasyAbp.EShop.Products.Categories |
|
|
|
{ |
|
|
|
public class CategoryRepository : EfCoreTreeRepository<ProductsDbContext, Category>, ICategoryRepository |
|
|
|
public class CategoryRepository : EfCoreTreeRepository<IProductsDbContext, Category>, ICategoryRepository |
|
|
|
{ |
|
|
|
public CategoryRepository(IDbContextProvider<IProductsDbContext> dbContextProvider) : base(dbContextProvider) |
|
|
|
{ |
|
|
|
|