public void Put(int id, [FromBody] Customer customer) { customer.Id = id; ServiceCustomer.EditCustomer(customer); }