Example #1
0
 private void detach_NotificationSubscription(NotificationSubscription entity)
 {
     this.SendPropertyChanging();
     entity.Project = null;
 }
Example #2
0
 partial void UpdateNotificationSubscription(NotificationSubscription instance);
Example #3
0
 partial void DeleteNotificationSubscription(NotificationSubscription instance);
Example #4
0
 partial void InsertNotificationSubscription(NotificationSubscription instance);