Mapping
less than a minute
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>();
Last modified January 14, 2023: 🔀 Merge pull request #27 from LNA-DEV/dev (c5bd3c9)