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