コード例 #1
0
 // GET: api/Anuncio/5
 public AnuncioViewModel Get(int id)
 {
     return(_appService.FindById(id));
 }