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