private void detach_TUs(TU entity) { this.SendPropertyChanging(); entity.LOAITU = null; }
private void attach_TUs(TU entity) { this.SendPropertyChanging(); entity.LOAITU = this; }
partial void UpdateTU(TU instance);
partial void DeleteTU(TU instance);
partial void InsertTU(TU instance);