Beispiel #1
0
 protected void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (_db != null)
         {
             _db.Dispose();
             _db = null;
         }
     }
 }
Beispiel #2
0
 protected void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (_db != null)
         {
             _db.Dispose();
             _db = null;
         }
     }
 }