GenericService(TModel, TEntity)._mapper Field

Template MVC

GenericServiceTModel, TEntity_mapper Field

The IMapper object is used to map objects between TEntity and TModel types

Namespace:  Template.Service.Core
Assembly:  Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
private readonly IMapper _mapper

Field Value

Type: IMapper
See Also