Example #1
0
 public async Task <QueryResult <Anime> > ListAsync(AnimesQuery query)
 {
     return(await _animeRepository.ListAsync(query));
 }