C# Class ShoelaceMVC.Controllers.ShoelaceController

Inheritance: Controller
Exibir arquivo Open project: RyannosaurusRex/Shoelace-MVC

Protected Properties

Property Type Description
db ShoelaceMVC.Repositories.UnitOfWork

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
OnAuthentication ( System filterContext ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnActionExecuting() protected method

protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void
filterContext System.Web.Mvc.ActionExecutingContext
return void

OnAuthentication() protected method

protected OnAuthentication ( System filterContext ) : void
filterContext System
return void

Property Details

db protected_oe property

protected UnitOfWork,ShoelaceMVC.Repositories db
return ShoelaceMVC.Repositories.UnitOfWork