End of the day
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Ardalis.Specification.EntityFrameworkCore;
|
||||
|
||||
namespace PyroFetes.Repositories;
|
||||
|
||||
public abstract class PyrofetesRepository<T>(PyroFetesDbContext databaseContext, AutoMapper.IMapper mapper) : RepositoryBase<T>(databaseContext) where T : class
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user