示例#1
0
 public async Task <Project> Execute(string id)
 {
     return(await _teamcityService.GetProject(id));
 }