예제 #1
0
		private void detach_NewsContent(NewsContent entity)
		{
			this.SendPropertyChanging();
			entity.News = null;
		}
예제 #2
0
		private void attach_NewsContent(NewsContent entity)
		{
			this.SendPropertyChanging();
			entity.News = this;
		}
예제 #3
0
 partial void UpdateNewsContent(NewsContent instance);
예제 #4
0
 partial void DeleteNewsContent(NewsContent instance);
예제 #5
0
 partial void InsertNewsContent(NewsContent instance);