コード例 #1
0
 public ActionResult Editar(Guid id)
 {
     return(View(cidadeService.GetById(id)));
 }