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