コード例 #1
0
 public async Task <IList <Video> > Filter(Query query)
 {
     return(await _videoRepository.Filter(query));
 }