コード例 #1
0
 public async Task <List <Actor> > GetAllAsync(int skip, int take)
 {
     return(await _actorRepository.AllAsync(skip, take));
 }