GenericService(TModel, TEntity) Fields

Template MVC

GenericServiceTModel, TEntity Fields

Fields
  NameDescription
Private field_mapper
The IMapper object is used to map objects between TEntity and TModel types
Private field_repository
The GenericRepository of TEntity to do all the common database functions
Top
See Also