Example #1
0
 partial void DeleteTeacher(Teacher instance);
Example #2
0
 partial void UpdateTeacher(Teacher instance);
Example #3
0
		private void detach_Teachers(Teacher entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
Example #4
0
 partial void InsertTeacher(Teacher instance);
Example #5
0
		private void attach_Teachers(Teacher entity)
		{
			this.SendPropertyChanging();
			entity.Person = this;
		}