private void detach_fecha1(fecha entity) { this.SendPropertyChanging(); entity.equipo1 = null; }
private void attach_fecha1(fecha entity) { this.SendPropertyChanging(); entity.equipo1 = this; }
partial void Updatefecha(fecha instance);
partial void Deletefecha(fecha instance);
partial void Insertfecha(fecha instance);