Exemplo n.º 1
0
 public virtual IEnumerable <T> GetAll()
 {
     return(Context.Set <T>().AsEnumerable());
 }