Esempio n. 1
0
 public async Task <TestPlanResponse> UpdateTestPlanAsync(string code, int id, TestPlanRequest testPlanRequest)
 {
     return(await _api.UpdateTestPlan(_api_token, code, id, testPlanRequest));
 }