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