コード例 #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;
		}