Пример #1
0
 private void detach_ReceiverNotifications(ReceiverNotification entity)
 {
     this.SendPropertyChanging();
     entity.Notification = null;
 }
Пример #2
0
 partial void DeleteReceiverNotification(ReceiverNotification instance);
Пример #3
0
 partial void InsertReceiverNotification(ReceiverNotification instance);
Пример #4
0
 partial void UpdateReceiverNotification(ReceiverNotification instance);
Пример #5
0
 private void attach_ReceiverNotifications(ReceiverNotification entity)
 {
     this.SendPropertyChanging();
     entity.Receiver = this;
 }