protected override void Dispose(bool disposing) { if (this.disposed) { return; } if (!disposing) { return; } this.adapter?.Dispose(); this.adapter = null; base.Dispose(true); }
public BpehcRepository(IProgressConnection connection) { this.adapter = new BpehcAdapter(connection); this.Cono = this.adapter.Cono; this.OnCreated(); }