コード例 #1
0
 public ToggleReport GetProject(string projectId)
 {
     return(_client.GetProject(projectId).Result.ToggleReport);
 }