Esempio n. 1
0
 // GET: api/Anuncio
 public IEnumerable <AnuncioViewModel> Get()
 {
     return(_appService.FindAll());
 }