GenericService(TModel, TEntity)._repository Field

Template MVC

GenericServiceTModel, TEntity_repository Field

The GenericRepository of TEntity to do all the common database functions

Namespace:  Template.Service.Core
Assembly:  Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private readonly IGenericRepository<TEntity> _repository

Field Value

Type: IGenericRepositoryTEntity
See Also