Exemple #1
0
 public IActionResult Delete(int id)
 {
     _imovelRepository.Deletar(id);
     return(StatusCode(200));
 }