コード例 #1
0
 public ActionResult Productos(int id)
 {
     return(View(categoria.Obtener(id)));
 }