예제 #1
0
 private static void MannuallyFrom(this VivaLing.Models.Account.MinifyPerson @this, VivaLing.Models.Account.Person target)
 {
     // customized mapping
 }
예제 #2
0
 public static VivaLing.Models.Account.Person ToPerson(this VivaLing.Models.Account.MinifyPerson derived)
 {
     return(derived.MapTo(new VivaLing.Models.Account.Person()));
 }