C# Class Geekhub.Modules.Core.Mvc.ControllerBase

Inheritance: Controller
Show file Open project: geekhubdk/geekhub

Protected Methods

Method Description
Notice ( string message ) : void
Warn ( string message ) : void

Method Details

Notice() protected method

protected Notice ( string message ) : void
message string
return void

Warn() protected method

protected Warn ( string message ) : void
message string
return void