private void detach_BANGDIEMs(BANGDIEM entity) { this.SendPropertyChanging(); entity.HOCPHAN = null; }
private void attach_BANGDIEMs(BANGDIEM entity) { this.SendPropertyChanging(); entity.HOCPHAN = this; }
partial void UpdateBANGDIEM(BANGDIEM instance);
partial void DeleteBANGDIEM(BANGDIEM instance);
partial void InsertBANGDIEM(BANGDIEM instance);