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