private void detach_SCM_ALMACENs(SCM_ALMACEN entity) { this.SendPropertyChanging(); entity.scm_producto = null; }
private void detach_SCM_ALMACENs(SCM_ALMACEN entity) { this.SendPropertyChanging(); entity.SCM_UBICACION = null; }
partial void DeleteSCM_ALMACEN(SCM_ALMACEN instance);
private void attach_SCM_ALMACENs(SCM_ALMACEN entity) { this.SendPropertyChanging(); entity.SCM_BODEGA = this; }
partial void UpdateSCM_ALMACEN(SCM_ALMACEN instance);
partial void InsertSCM_ALMACEN(SCM_ALMACEN instance);
private void attach_SCM_ALMACEN(SCM_ALMACEN entity) { this.SendPropertyChanging(); entity.SCM_UBICACION = this; }
private void attach_SCM_ALMACEN(SCM_ALMACEN entity) { this.SendPropertyChanging(); entity.scm_producto = this; }
private void detach_SCM_ALMACEN(SCM_ALMACEN entity) { this.SendPropertyChanging(); entity.SCM_BODEGA = null; }