Ejemplo n.º 1
0
 public IEnumerable <Anuncio> GetAll()
 {
     return(_repo.SelectAll());
 }