Beispiel #1
0
 partial void DeletePersonnelManagers(PersonnelManagers instance);
Beispiel #2
0
 partial void UpdatePersonnelManagers(PersonnelManagers instance);
Beispiel #3
0
		private void detach_PersonnelManagers1(PersonnelManagers entity)
		{
			this.SendPropertyChanging();
			entity.Candidate = null;
		}
Beispiel #4
0
 partial void InsertPersonnelManagers(PersonnelManagers instance);
Beispiel #5
0
		private void detach_PersonnelManagers(PersonnelManagers entity)
		{
			this.SendPropertyChanging();
			entity.ApprovedByPersonnelManager = null;
		}