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