コード例 #1
0
 public ActionResult Info(int id)
 {
     return(View(mascota.GetMascota(id)));
 }