Suoranta.EnterpriseLib.Web - Developer API

BaseController<(Of <(<'TDbContext>)>)> Class

Base controller for applications using Type of DbContext

Namespace:  Suoranta.EnterpriseLib.Web.MVC
Assembly:  Suoranta.EnterpriseLib.Web (in Suoranta.EnterpriseLib.Web.dll)

Syntax


public class BaseController<TDbContext> : BaseController
where TDbContext : DbContext

Type Parameters

TDbContext

Inheritance Hierarchy


Object
  ControllerBase
    Controller
      Suoranta.EnterpriseLib.Web.MVC..::..BaseController
        Suoranta.EnterpriseLib.Web.MVC..::..BaseController<(Of <(<'TDbContext>)>)>