Template Documentation
IAutoMapperTModel, TEntityToEntity Method |
Converts a model to an entity
Namespace: Template.Service.Core.Interface
Assembly: Template.Service (in Template.Service.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
TEntity ToEntity( TModel model )
Parameters
- model
- Type: TModel
The model to be converted
Return Value
Type: TEntityThe entity object
See Also