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