示例#1
0
 public async Task <TestRunsResponse> GetAllTestRunsAsync(string code, BaseFilter filterTestRun)
 {
     return(await _api.GetAllTestRuns(_api_token, code, filterTestRun.limit, filterTestRun.offset, filterTestRun.DictionaryFilters));
 }