private void Dispose(bool disposing) { if (disposed) return; if (disposing) { oda.Dispose(); oda = null; } disposed = true; }
public BRReceivingGoods() { oda = new DAReceivingGoods(); }