예제 #1
0
 public static Task <Dictionary <string, object> > CreateOrder(OrderData orderData)
 {
     return(CreateOrder(orderData.AsParams()));
 }