Beispiel #1
0
 private void detach_Citas(Cita entity)
 {
     this.SendPropertyChanging();
     entity.Dentista = null;
 }
Beispiel #2
0
 private void detach_Citas(Cita entity)
 {
     this.SendPropertyChanging();
     entity.Especialidade = null;
 }
Beispiel #3
0
 private void attach_Citas(Cita entity)
 {
     this.SendPropertyChanging();
     entity.Dentista = this;
 }
Beispiel #4
0
 private void attach_Citas(Cita entity)
 {
     this.SendPropertyChanging();
     entity.Paciente = this;
 }
Beispiel #5
0
 partial void DeleteCita(Cita instance);
Beispiel #6
0
 partial void UpdateCita(Cita instance);
Beispiel #7
0
 partial void InsertCita(Cita instance);