Пример #1
0
 public ActionResult DeleteConfirmed(int id)
 {
     _hardwareService.Delete(id);
     return(RedirectToAction("Index"));
 }