Ejemplo n.º 1
0
		private void detach___PageTags(@__PageTag entity)
		{
			this.SendPropertyChanging();
			entity.@__Page = null;
		}
Ejemplo n.º 2
0
		private void attach___PageTags(@__PageTag entity)
		{
			this.SendPropertyChanging();
			entity.@__Page = this;
		}