AutoMapper Tutorial

Exercise: create copy of object

Let's create a copy of object. There is class Foo.

  1. create instance of Foo
  2. call CreateMap
  3. call Map
Page 3 of 7