예제 #1
0
 public Task <IList <RepositoryModel> > OrgRepos(string org)
 {
     return(_giteaApi.GetOrgRepos(org));
 }