C# Class BgEngine.Controllers.BaseController

Base class for all the controllers. All Controllers inherits from this base class
Inheritance: Controller
Show file Open project: yagopv/BgEngine

Protected Methods

Method Description
ExecuteCore ( ) : void

Executes before any Controller This method set the current culture of the current Thread

Method Details

ExecuteCore() protected method

Executes before any Controller This method set the current culture of the current Thread
protected ExecuteCore ( ) : void
return void