예제 #1
0
        protected virtual void Dispose(bool disposing)
        {
            if (!this._Disposed)
            {
                if (disposing)
                {
                    _Context.Dispose();
                }
            }

            this._Disposed = true;
        }
 public virtual void Dispose()
 {
     _Context.Dispose();
 }