コード例 #1
0
 public IQueryable <Scope> GetScopes()
 {
     return(scopeRepo.GetAll());
 }