Ejemplo n.º 1
0
 public virtual IList <T> GetAll()
 {
     return(context.Set <T>().ToList());
 }