private void detach_TINTUCs(TINTUC entity) { this.SendPropertyChanging(); entity.CHUDETINTUC = null; }
private void attach_TINTUCs(TINTUC entity) { this.SendPropertyChanging(); entity.CHUDETINTUC = this; }
partial void UpdateTINTUC(TINTUC instance);
partial void DeleteTINTUC(TINTUC instance);
partial void InsertTINTUC(TINTUC instance);