Exemple #1
0
 public Task <PagingCollection <Expert> > GetAsync(ExpertsQuery query)
 => _expertRepository.GetAsync(query);