BaseController<(Of <(<'TDbContext>)>)> Class
Base controller for applications using Type of DbContext
Namespace:
Suoranta.EnterpriseLib.Web.MVCAssembly: Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)
Syntax
public class BaseController<TDbContext> : BaseController where TDbContext : DbContext
Type Parameters
- TDbContext
Inheritance Hierarchy
ControllerBase
Controller
Suoranta.EnterpriseLib.Web.MVC..::..BaseController
Suoranta.EnterpriseLib.Web.MVC..::..BaseController<(Of <(<'TDbContext>)>)>

