Пример #1
0
 public ActionResult Edit(CompanyModel model)
 {
     model.EditCompany(model.Id);
     return(RedirectToAction("Index"));
 }