public void Dispose()
 {
     Student.DeleteAll();
     Department.DeleteAll();
     Course.DeleteAll();
 }
 public void Dispose()
 {
     Department.DeleteAll();
     Student.DeleteAll();
     // Course.DeleteAll();
 }
 public void Dispose()
 {
     Student.DeleteAll();
 }
Beispiel #4
0
 public void Dispose()
 {
     Course.DeleteAll();
     Student.DeleteAll();
 }