public IActionResult Post(Imovel novoImovel) { _imovelRepository.Cadastrar(novoImovel); return(StatusCode(200)); }