Example #1
0
 partial void DeleteDepartment(Department instance);
Example #2
0
 partial void InsertDepartment(Department instance);
Example #3
0
 partial void UpdateDepartment(Department instance);
Example #4
0
		private void detach_Departments(Department entity)
		{
			this.SendPropertyChanging();
			entity.Faculty = null;
		}