Ejemplo n.º 1
0
 public List <Sale> SelectAll()
 {
     return(_repo.GetAllQueryable().ToList());
 }