// DELETE: api/Building/5 public string Delete(int id) { buildingService.Delete(id); return("Building con id " + id + " eliminato"); }