コード例 #1
0
 public static async Task <bool> UpdateNextOrderAmount(int storeId, long productId, int amount)
 {
     return(await dataAccess.ChangeNextOrder(storeId, productId, amount));
 }