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