Exemple #1
0
 public static void remove(int agendaID)
 {
     Bll.Agenda bllAgenda = new Bll.Agenda();
     bllAgenda.remove(agendaID);
 }