コード例 #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.MinifyPerson ToMinifyPerson(this VivaLing.Models.Account.Person source)
 {
     return(new VivaLing.Models.Account.MinifyPerson().MapFrom(source));
 }