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