示例#1
0
 private static void MannuallyFrom(this VivaLing.Models.Account.MinifyAccount @this, VivaLing.Models.Account.Account target)
 {
     // customized mapping
 }
示例#2
0
 public static VivaLing.Models.Account.Account ToAccount(this VivaLing.Models.Account.MinifyAccount derived)
 {
     return(derived.MapTo(new VivaLing.Models.Account.Account()));
 }