Method | Description | |
---|---|---|
Crear ( ) : System.Web.Mvc.ActionResult | ||
Editar ( int id ) : System.Web.Mvc.ActionResult | ||
Existe ( string nombre ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Crear ( |
||
Editar ( int id, System.Web.HttpPostedFileBase archivo ) : System.Web.Mvc.ActionResult |
public Crear ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Editar ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Existe ( string nombre ) : System.Web.Mvc.ActionResult | ||
nombre | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |