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