コード例 #1
0
 public Task <(string, string)> AddOrderTask(string token, Order order)
 {
     return(restService.AddOrder(token, order));
 }