コード例 #1
0
ファイル: MinifyAccountEx.cs プロジェクト: jk25084/t4
 private static void MannuallyFrom(this VivaLing.Models.Account.MinifyAccount @this, VivaLing.Models.Account.Account target)
 {
     // customized mapping
 }
コード例 #2
0
ファイル: MinifyAccountEx.cs プロジェクト: jk25084/t4
 public static VivaLing.Models.Account.Account ToAccount(this VivaLing.Models.Account.MinifyAccount derived)
 {
     return(derived.MapTo(new VivaLing.Models.Account.Account()));
 }