示例#1
0
 public string Projects(string PAT)
 {
     return(ApiRequests.GetAllProjects(PAT).GetAwaiter().GetResult());
 }