GenericService(TModel, TEntity)._repository Field
From Template MVC
Template Documentation
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)
C#
private readonly IGenericRepository<TEntity> _repository