Example #1
0
 public async Task UpdateWorkItemById(int id, string field, string value)
 {
     await _tfsRequest.UpdateWorkItemById(id, field, value);
 }