public void Dispose()
 {
     Course.DeleteAll();
 }
Esempio n. 2
0
 //Delete everything between tests
 public void Dispose()
 {
     Student.DeleteAll();
     Course.DeleteAll();
 }