GenericService(TModel, TEntity) Fields
From Template MVC
Template Documentation
GenericServiceTModel, TEntity Fields |
| Name | Description | |
|---|---|---|
| _mapper |
The IMapper object is used to map objects between TEntity and TModel types
| |
| _repository |
The GenericRepository of TEntity to do all the common database functions
|