Mapping

Here there are all methods which deal with mapping


Methods

1. MapSimple

This method maps an object to another object. It uses the AutoMapper nuget.

var result = model.MapSimple<MappedExampleModel, ExampleModel>();