Пример #1
0
 public string Project(string pat, string id)
 {
     return(ApiRequests.GetProjectDetails(pat, id).GetAwaiter().GetResult());
 }