Beispiel #1
0
 public ActionResult Delete(int id)
 {
     nccService.Delete(id);
     return(RedirectToAction("Search", "QuanLyNCC"));
 }