Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | System.Web.Mvc.ActionResult |
public Criar ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Editar ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |