Example #1
0
 public static void ConfigureAutoMapperForDto(this IMapperConfigurationExpression config)
 {
     config.ConfigureAutoMapperForDto(Assembly.GetEntryAssembly());
 }