BaseService<(Of <(<'TDbContext>)>)> Class
Optional base class for app-specific services.
Namespace:
Suoranta.EnterpriseLib.Web.TypesAssembly: 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
Suoranta.EnterpriseLib.Web.Types..::..BaseService<(Of <(<'TDbContext>)>)>

