예제 #1
0
 public AnuncioDTO FindById(int id)
 {
     return(_AnuncioConverter.Parse(_repository.FindById(id)));
 }