Example #1
0
 partial void DeleteTeacherFaculty(TeacherFaculty instance);
Example #2
0
 partial void UpdateTeacherFaculty(TeacherFaculty instance);
Example #3
0
		private void detach_TeacherFaculties(TeacherFaculty entity)
		{
			this.SendPropertyChanging();
			entity.Teacher = null;
		}
Example #4
0
 partial void InsertTeacherFaculty(TeacherFaculty instance);
Example #5
0
		private void attach_TeacherFaculties(TeacherFaculty entity)
		{
			this.SendPropertyChanging();
			entity.Faculty = this;
		}