コード例 #1
0
 public JsonResult OnGetConfirmOrder(int orderId)
 {
     _buyOrderService.ConfirmOrder(orderId);
     return(new JsonResult(true));
 }