public ActionResult DeleteAll()
 {
     CD.ClearAll();
     return(View());
 }
Beispiel #2
0
 public void Dispose()
 {
     CD.ClearAll();
 }