Beispiel #1
0
 public IActionResult GetById(int id)
 {
     return(Ok(_imovelRepository.BuscarPorId(id)));
 }