public ActionResult Edit ([Bind(Include = "ID,Name,ParentCompanyID")] Company company) { if (ModelState.IsValid) { db.Entry(company).
確定! 回上一頁