Skip to content

Instantly share code, notes, and snippets.

@ahmad2x4
Created September 27, 2014 07:48
Show Gist options
  • Save ahmad2x4/cddb3921e5b672ff7f2a to your computer and use it in GitHub Desktop.
Save ahmad2x4/cddb3921e5b672ff7f2a to your computer and use it in GitHub Desktop.
blog automapper expression
public void Add(Source source)
{
_context.Users.Add(Mapper.Map<Destination>(source));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment