コード例 #1
0
ファイル: brandController.cs プロジェクト: mhmsoft/Eshopper
 public ActionResult Edit(Brand model)
 {
     if (ModelState.IsValid)
     {
         mngr.Update(model);
     }
     return(RedirectToAction("/"));
 }