コード例 #1
0
ファイル: EntityMap.cs プロジェクト: doriswang/Test
 public static void Initialize()
 {
     CustomMapper.Register<ZipCode>(new ZipCodeMapper());
 }