Ejemplo n.º 1
0
 private static void MannuallyFrom(this VivaLing.Models.Account.MinifyAccount @this, VivaLing.Models.Account.Account target)
 {
     // customized mapping
 }
Ejemplo n.º 2
0
 public static VivaLing.Models.Account.MinifyAccount ToMinifyAccount(this VivaLing.Models.Account.Account source)
 {
     return(new VivaLing.Models.Account.MinifyAccount().MapFrom(source));
 }