Skip to content

Instantly share code, notes, and snippets.

View matt-lethargic's full-sized avatar

Matt Hunt matt-lethargic

View GitHub Profile
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
var mappingConfig = new MapperConfiguration(mc => { mc.AddProfile(new MappingProfile()); });