Beispiel #1
0
 partial void DeleteDoctor(Doctor instance);
Beispiel #2
0
 partial void UpdateDoctor(Doctor instance);
Beispiel #3
0
 partial void InsertDoctor(Doctor instance);
Beispiel #4
0
		private void detach_Doctors(Doctor entity)
		{
			this.SendPropertyChanging();
			entity.DoctorGrade = null;
		}
Beispiel #5
0
		private void attach_Doctors(Doctor entity)
		{
			this.SendPropertyChanging();
			entity.DoctorGrade = this;
		}
Beispiel #6
0
		private void detach_Doctors(Doctor entity)
		{
			this.SendPropertyChanging();
			entity.ClientDepartment = null;
		}