Esempio n. 1
0
 private void detach_Prenotaziones(Prenotazione entity)
 {
     this.SendPropertyChanging();
     entity.Programmazione = null;
 }