コード例 #1
0
 public void Remove(int id)
 {
     var Employee = web.DeleteAsync <Employee>("/api/Employees/" + id).Result;
 }
コード例 #2
0
 public void Remove(int id)
 {
     var Department = web.DeleteAsync <Department>("/api/Departments/" + id).Result;
 }