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