C# Class TeamBins.Controllers.BaseController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
Mostra file Open project: kshyju/ProjectPlanningTool

Protected Methods

Method Description
SetMessage ( MessageType messageType, string message ) : void

Method Details

SetMessage() protected method

protected SetMessage ( MessageType messageType, string message ) : void
messageType MessageType
message string
return void