Beispiel #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (!disposing)
     {
         return;
     }
     if (_dbContext != null)
     {
         _dbContext.Dispose();
     }
 }