Beispiel #1
0
 private void detach_Appointments(Appointment entity)
 {
     this.SendPropertyChanging();
     entity.Doctor = null;
 }
Beispiel #2
0
 partial void DeleteAppointment(Appointment instance);
Beispiel #3
0
 partial void InsertAppointment(Appointment instance);
Beispiel #4
0
 partial void UpdateAppointment(Appointment instance);
Beispiel #5
0
 private void attach_Appointments(Appointment entity)
 {
     this.SendPropertyChanging();
     entity.Patient = this;
 }