AutoMapper Tutorial

Simple Example

You can create copy of same type

using System; using AutoMapper; public ...

or map propeties with same name from one type to another

using System; using AutoMapper; public ...

 

Page 2 of 7