예제 #1
0
 public IEnumerable <Anuncio> GetAll()
 {
     return(_repo.SelectAll());
 }