Exemple #1
0
 public ActionResult Detalle(int id)
 {
     return(View(categoria.obtener(id)));
 }