예제 #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (!this._disposed)
     {
         if (disposing)
         {
             _transaction.Dispose();
             _repoContext.Dispose();
         }
     }
     this._disposed = true;
 }