forked from sanchezvem/PyroFetes
Adapted Price Endpoints
This commit is contained in:
5
PyroFetes/Repositories/SuppliersRepository.cs
Normal file
5
PyroFetes/Repositories/SuppliersRepository.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using PyroFetes.Models;
|
||||
|
||||
namespace PyroFetes.Repositories;
|
||||
|
||||
public class SuppliersRepository(PyroFetesDbContext pyrofetesContext, AutoMapper.IMapper mapper) : PyrofetesRepository<Supplier>(pyrofetesContext, mapper);
|
||||
Reference in New Issue
Block a user