Suoranta.EnterpriseLib.Web - Developer API

ApiController<(Of <(<'TContext>)>)> Class

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

Syntax


public abstract class ApiController<TContext> : ApiController
where TContext : DbContext

Type Parameters

TContext
Type of the DbContext.

Inheritance Hierarchy


Object
  ApiController
    ODataController
      Suoranta.EnterpriseLib.Web.WebAPI..::..ApiController
        Suoranta.EnterpriseLib.Web.WebAPI..::..ApiController<(Of <(<'TContext>)>)>