C# Class TicketingSystem.Web.Controllers.BaseController

Inheritance: Controller
Mostrar archivo Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method Description
BaseController ( ITicketingSystemData data ) : System.Linq

Protected Methods

Method Description
GetModelStateErrors ( ) : string
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Method Details

BaseController() public method

public BaseController ( ITicketingSystemData data ) : System.Linq
data ITicketingSystemData
return System.Linq

GetModelStateErrors() protected method

protected GetModelStateErrors ( ) : string
return string

OnException() protected method

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
return void