Skip to content

Instantly share code, notes, and snippets.

@pilgun
Last active December 4, 2015 15:32
Show Gist options
  • Save pilgun/6dce6e8509633c116ed4 to your computer and use it in GitHub Desktop.
Save pilgun/6dce6e8509633c116ed4 to your computer and use it in GitHub Desktop.
var book = new BookDto() { Title = "A Man of Honour", Author = "William Somerset Maugham"};
var model = Mapper.Map<BookDto, BookViewModel>(book);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment