Méthode | Description | |
---|---|---|
Cadastrar ( String login, String password ) : System.Web.Mvc.ActionResult | ||
Criar ( ) : System.Web.Mvc.ActionResult | ||
Editar ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Méthode | Description | |
---|---|---|
Alterar ( int id, String login, String password ) : System.Web.Mvc.ActionResult |
public Cadastrar ( String login, String password ) : System.Web.Mvc.ActionResult | ||
login | String | |
password | String | |
Résultat | System.Web.Mvc.ActionResult |
public Criar ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Editar ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Résultat | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |