Пример #1
0
 // DELETE api/job/5
 public void Delete(string id)
 {
     client.RemoveJob(id);
 }