Ejemplo n.º 1
0
		private void detach_NotificationSubscriptions(NotificationSubscription entity)
		{
			this.SendPropertyChanging();
			entity.Project = null;
		}
Ejemplo n.º 2
0
 partial void UpdateNotificationSubscription(NotificationSubscription instance);
Ejemplo n.º 3
0
 partial void DeleteNotificationSubscription(NotificationSubscription instance);
Ejemplo n.º 4
0
 partial void InsertNotificationSubscription(NotificationSubscription instance);
 private void detach_NotificationSubscriptions(NotificationSubscription entity)
 {
     this.SendPropertyChanging();
     entity.Project = null;
 }
 partial void DeleteNotificationSubscription(NotificationSubscription instance);
 partial void UpdateNotificationSubscription(NotificationSubscription instance);
 partial void InsertNotificationSubscription(NotificationSubscription instance);