Add UserRole controller + bits and pieces
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Imprink.Domain.Entities.Product;
|
||||
|
||||
namespace Imprink.Domain.Repositories;
|
||||
namespace Imprink.Domain.Repositories.Products;
|
||||
|
||||
public interface ICategoryRepository
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
using Imprink.Domain.Entities.Product;
|
||||
using Imprink.Domain.Models;
|
||||
|
||||
namespace Imprink.Domain.Repositories;
|
||||
namespace Imprink.Domain.Repositories.Products;
|
||||
|
||||
public interface IProductRepository
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
using Imprink.Domain.Entities.Product;
|
||||
|
||||
namespace Imprink.Domain.Repositories;
|
||||
namespace Imprink.Domain.Repositories.Products;
|
||||
|
||||
public interface IProductVariantRepository
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user