public ActionResult DeleteAll()
 {
     Kit.ClearAll();
     return(View());
 }
예제 #2
0
 public void Dispose()
 {
     Kit.ClearAll();
 }