示例#1
0
 public async Task <IEnumerable <IOrg> > GetTopOrgs()
 {
     return((await org_data_repository.GetTopOrgs(10)).Select(x => new Org(x)));
 }