コード例 #1
0
 public static CustomerAttributeValue ToEntity(this CustomerAttributeValueModel model, CustomerAttributeValue destination)
 {
     return(model.MapTo(destination));
 }
コード例 #2
0
 public static CustomerAttributeValue ToEntity(this CustomerAttributeValueModel model)
 {
     return(model.MapTo <CustomerAttributeValueModel, CustomerAttributeValue>());
 }