Exemplo n.º 1
0
 public void Dispose()
 {
     Packer.ClearAll();
 }
 public ActionResult DeleteAll()
 {
     Packer.ClearAll();
     return(RedirectToAction("Index"));
 }
 public ActionResult DeleteAll()
 {
     Packer.ClearAll();
     return(View());
 }