示例#1
0
 partial void DeleteTheory(Theory instance);
示例#2
0
 partial void UpdateTheory(Theory instance);
示例#3
0
		private void detach_Theories(Theory entity)
		{
			this.SendPropertyChanging();
			entity.Lesson = null;
		}
示例#4
0
 partial void InsertTheory(Theory instance);
示例#5
0
		private void attach_Theories(Theory entity)
		{
			this.SendPropertyChanging();
			entity.Lesson = this;
		}