Example #1
0
        protected virtual void Dispose(bool disposing)
        {
            if (!this._disposed)
            {
                if (disposing)
                {
                    MinifutbolContext.Dispose();
                }

                this._disposed = true;
                uow            = null;
            }
        }