Table of Contents

Method Create

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

Create<TEntity>()

Creates an instance of the entity service for the specified entity type.

public IEntityService<TEntity> Create<TEntity>() where TEntity : class

Returns

IEntityService<TEntity>

An instance of the entity service.

Type Parameters

TEntity

The type of the entity.