Пример #1
0
 public async Task <IEnumerable <ApiScope> > FindApiScopesByNameAsync(IEnumerable <string> scopeNames)
 {
     return(_scopeRepository.GetWithNames(scopeNames).Select(ScopeToApiScope).ToList());
 }