コード例 #1
0
 public async Task <List <Batch> > GetBatches(int page = 1)
 {
     return(await _batchService.GetBatchesAsync(page));
 }