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