protected virtual void Dispose(bool bDisposing) { // Check the Dispose method called before. if (!_bDisposed) { if (bDisposing) { // Clean the resources used. _yoneticiBusiness = null; } _bDisposed = true; } }
public SirketBusiness() { _yoneticiBusiness = new YoneticiBusiness(); }