Skip to content

Instantly share code, notes, and snippets.

View Magik3a's full-sized avatar
🕺
Just boogie dancing

Svetlin Krastanov Magik3a

🕺
Just boogie dancing
View GitHub Profile
@Magik3a
Magik3a / AutoMapperConfig.cs
Last active October 17, 2018 20:03
Automapper Generic Mapping on asp .net
namespace Multi_Language.MVCClient
{
using AutoMapper;
using Multi_language.Common.Infrastructure.Mapping;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
public static class AutoMapperConfig