private void detach_Negatyws(Negatyw entity) { this.SendPropertyChanging(); entity.Ankieta1 = null; }
partial void DeleteNegatyw(Negatyw instance);
partial void InsertNegatyw(Negatyw instance);
partial void UpdateNegatyw(Negatyw instance);
private void attach_Negatyws(Negatyw entity) { this.SendPropertyChanging(); entity.Konto = this; }