Example #1
0
 partial void DeleteLesson(Lesson instance);
Example #2
0
 partial void UpdateLesson(Lesson instance);
Example #3
0
		private void detach_Lessons(Lesson entity)
		{
			this.SendPropertyChanging();
			entity.Part = null;
		}
Example #4
0
 partial void InsertLesson(Lesson instance);
Example #5
0
		private void attach_Lessons(Lesson entity)
		{
			this.SendPropertyChanging();
			entity.Part = this;
		}