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