示例#1
0
 public Task <List <string> > GetScopesAsync(string scope, int limit = 0)
 {
     return(_repository.GetScopesAsync(scope, limit));
 }