コード例 #1
0
 public ActionResult DeleteMobile(int id)
 {
     mobileBL.DeleteMobile(id);
     return(RedirectToAction(""));
 }