コード例 #1
0
 public async Task <IEnumerable <Screen> > GetAsync(Pagination pagination)
 {
     return(await _screenRepository.GetAsync(pagination));
 }