Beispiel #1
0
 private void detach_Visitante(Visitante entity)
 {
     this.SendPropertyChanging();
     entity.Gafete = null;
 }
Beispiel #2
0
 private void attach_Visitante(Visitante entity)
 {
     this.SendPropertyChanging();
     entity.Gafete = this;
 }
Beispiel #3
0
 private void attach_Visitante(Visitante entity)
 {
     this.SendPropertyChanging();
     entity.Empleado = this;
 }
Beispiel #4
0
 partial void DeleteVisitante(Visitante instance);
Beispiel #5
0
 partial void UpdateVisitante(Visitante instance);
Beispiel #6
0
 partial void InsertVisitante(Visitante instance);