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