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