public ActionResult Update([FromBody]CRUDModel<Customer> value) { var customer = value.value; dbContext.Customers.Update(customer);
確定! 回上一頁