Primera subida
This commit is contained in:
15
back/Infra/PersonaRepository.cs
Normal file
15
back/Infra/PersonaRepository.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using back.Entities;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace back.Infra
|
||||
{
|
||||
public class PersonaRepository : BaseRepository<Persona>
|
||||
{
|
||||
public PersonaRepository(Application_Db_Context _context, IDbContextFactory<Application_Db_Context> _dbContextFactory) : base(_dbContextFactory, _context)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user