Пример #1
0
 private bool AnuncioExists(int id)
 {
     return(_anuncioRepository.Existe(id));
 }