예제 #1
0
 public void Dispose()
 {
     User.DeleteAll();
     Product.DeleteAll();
     Review.DeleteAll();
     Profile.DeleteAll();
     CartProduct.DeleteAll();
 }
예제 #2
0
 //clears all rows in table
 public void Dispose()
 {
     CartProduct.DeleteAll();
 }