Method | Description | |
---|---|---|
Cadastrar ( String nome, String cnpj, int banco, String agencia, String contaCorrente ) : System.Web.Mvc.ActionResult | ||
Criar ( ) : System.Web.Mvc.ActionResult | ||
Editar ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Alterar ( int id, String nome, String cnpj, int banco, String agencia, String contaCorrente ) : System.Web.Mvc.ActionResult |
public Cadastrar ( String nome, String cnpj, int banco, String agencia, String contaCorrente ) : System.Web.Mvc.ActionResult | ||
nome | String | |
cnpj | String | |
banco | int | |
agencia | String | |
contaCorrente | String | |
return | System.Web.Mvc.ActionResult |
public Criar ( ) : 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 Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |