private void detach_ReceiverNotifications(ReceiverNotification entity) { this.SendPropertyChanging(); entity.Notification = null; }
partial void DeleteReceiverNotification(ReceiverNotification instance);
partial void InsertReceiverNotification(ReceiverNotification instance);
partial void UpdateReceiverNotification(ReceiverNotification instance);
private void attach_ReceiverNotifications(ReceiverNotification entity) { this.SendPropertyChanging(); entity.Receiver = this; }