Ejemplo n.º 1
0
 public ActionResult DeleteConfirmed(int id)
 {
     using (var collectService = new CollectsService())
     {
         collectService.CollectUnActive(id);
         return(RedirectToAction("Index"));
     }
 }