Ejemplo n.º 1
0
 public string ProjectRepos(string pat, string id)
 {
     return(ApiRequests.GetProjectRepos(pat, id).GetAwaiter().GetResult());
 }