コード例 #1
0
 public async Task <IEnumerable <Detail> > GetAll(int page, int count)
 {
     return(await detailService.GetAsync(page, count));
 }