示例#1
0
 public bool DeletarPorId(Anuncio anuncio)
 {
     return(_anuncioRepository.DeletarPorId(anuncio));
 }