Method | Description | |
---|---|---|
Create ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Login ( string login, string senha ) : System.Web.Mvc.ActionResult | ||
UsuarioController ( ) : System |
Method | Description | |
---|---|---|
Create ( |
public Create ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Login ( string login, string senha ) : System.Web.Mvc.ActionResult | ||
login | string | |
senha | string | |
return | System.Web.Mvc.ActionResult |