Exemplo n.º 1
0
 public RepositorioGenerico(CatalogoContexto ao_contexto)
 {
     this.io_contexto = ao_contexto;
     this.Entidad     = ao_contexto.Set <T>();
 }
Exemplo n.º 2
0
 public RepositorioLectura(CatalogoContexto ao_contexto)
 {
     this.Entidad = ao_contexto.Set <T>();
 }