예제 #1
0
 public void Dispose()
 {
     Authors.DeleteAll();
     Copies.DeleteAll();
     Patrons.DeleteAll();
     Books.DeleteAll();
 }