partial void DeleteREP_Recept(REP_Recept instance);
partial void UpdateREP_Recept(REP_Recept instance);
private void detach_REP_Recepts(REP_Recept entity) { this.SendPropertyChanging(); entity.Area = null; }
partial void InsertREP_Recept(REP_Recept instance);
private void attach_REP_Recepts(REP_Recept entity) { this.SendPropertyChanging(); entity.Area = this; }