C# Class ERP_Palmeiras_LA.Controllers.BaseController

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

Méthodes publiques

Méthode Description
BaseController ( ) : System

Méthodes protégées

Méthode Description
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void

Method Details

BaseController() public méthode

public BaseController ( ) : System
Résultat System

OnActionExecuting() protected méthode

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
Résultat void