コード例 #1
0
 // GET: Observacion
 public ActionResult Index()
 {
     return(View(observacion.Listar()));
 }