Esempio n. 1
0
 partial void DeleteBulletin(Bulletin instance);
Esempio n. 2
0
 partial void UpdateBulletin(Bulletin instance);
Esempio n. 3
0
 partial void InsertBulletin(Bulletin instance);
Esempio n. 4
0
		private void detach_Bulletins(Bulletin entity)
		{
			this.SendPropertyChanging();
			entity.User = null;
		}
Esempio n. 5
0
		private void detach_Bulletins(Bulletin entity)
		{
			this.SendPropertyChanging();
			entity.DeliveryMode = null;
		}
Esempio n. 6
0
		private void detach_Bulletins(Bulletin entity)
		{
			this.SendPropertyChanging();
			entity.Association = null;
		}