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