예제 #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.MinifyAccount ToMinifyAccount(this VivaLing.Models.Account.Account source)
 {
     return(new VivaLing.Models.Account.MinifyAccount().MapFrom(source));
 }