Ejemplo n.º 1
0
 public Repositorio(AppContexto context)
 {
     m_Context = context;
     m_DbSet   = m_Context.Set <T>();
 }
Ejemplo n.º 2
0
 public UnitOfWork()
 {
     _contexto = new AppContexto();
 }