Suoranta.EnterpriseLib.Web - Developer API

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

Optional base class for app-specific services.

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

Syntax


public abstract class BaseService<TDbContext> : IDisposable
where TDbContext : DbContext

Type Parameters

TDbContext
The type of the DbContext.

Inheritance Hierarchy


Object
  Suoranta.EnterpriseLib.Web.Types..::..BaseService<(Of <(<'TDbContext>)>)>