partial void DeleteJugadores(Jugadores instance);
partial void UpdateJugadores(Jugadores instance);
private void detach_Jugadores(Jugadores entity) { this.SendPropertyChanging(); entity.Equipo1 = null; }
partial void InsertJugadores(Jugadores instance);
private void attach_Jugadores(Jugadores entity) { this.SendPropertyChanging(); entity.Equipo1 = this; }