예제 #1
0
파일: EntityMap.cs 프로젝트: doriswang/Test
 public static void Initialize()
 {
     CustomMapper.Register<ZipCode>(new ZipCodeMapper());
 }