Ejemplo n.º 1
0
 public async Task <List <ApiScope> > GetAllAsync()
 {
     return(await _apiScopeRepository.GetAllAsync());
 }