C# Class ERP_Palmeiras_RH.Controllers.BeneficiosController

Inheritance: BaseController
Afficher le fichier Open project: bbarros/ERP-Palmeiras

Méthodes publiques

Méthode Description
Criar ( String nome, String valor ) : System.Web.Mvc.ActionResult
ExcluirBeneficio ( Int32 bid ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

Criar() public méthode

public Criar ( String nome, String valor ) : System.Web.Mvc.ActionResult
nome String
valor String
Résultat System.Web.Mvc.ActionResult

ExcluirBeneficio() public méthode

public ExcluirBeneficio ( Int32 bid ) : System.Web.Mvc.ActionResult
bid System.Int32
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult