Ejemplo n.º 1
0
		private void detach_user_favourites(user_favourite entity)
		{
			this.SendPropertyChanging();
			entity.user_post = null;
		}
Ejemplo n.º 2
0
		private void attach_user_favourites(user_favourite entity)
		{
			this.SendPropertyChanging();
			entity.user = this;
		}
Ejemplo n.º 3
0
 partial void Updateuser_favourite(user_favourite instance);
Ejemplo n.º 4
0
 partial void Deleteuser_favourite(user_favourite instance);
Ejemplo n.º 5
0
 partial void Insertuser_favourite(user_favourite instance);