Example #1
0
 private static void AutoSelectInsertable <T>(ColumnMapper columnMapper, T source, T target)
 {
     columnMapper.AutoSelectInsertable();
 }