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