Ejemplo n.º 1
0
 public List <IEntity> getGeneral()
 {
     return((List <IEntity>)contexto.Set <IEntity>().ToList());
 }
Ejemplo n.º 2
0
 public RepositorioGenerico(CentroMedicoEntities contexto)
 {
     this.contexto = contexto;
     this.dbSet    = contexto.Set <IEntity>();
 }