initial commit
This commit is contained in:
8
DAL/Repositories/IProductRepository.cs
Normal file
8
DAL/Repositories/IProductRepository.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Domain.Models;
|
||||
|
||||
namespace DAL.Repositories;
|
||||
|
||||
public interface IProductRepository: IRepository<Product>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user