private void detach_Visitante(Visitante entity) { this.SendPropertyChanging(); entity.Gafete = null; }
private void attach_Visitante(Visitante entity) { this.SendPropertyChanging(); entity.Gafete = this; }
private void attach_Visitante(Visitante entity) { this.SendPropertyChanging(); entity.Empleado = this; }
partial void DeleteVisitante(Visitante instance);
partial void UpdateVisitante(Visitante instance);
partial void InsertVisitante(Visitante instance);