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