Exemple #1
0
 public static void insert(Model.Agenda agenda)
 {
     Bll.Agenda bllAgenda = new Bll.Agenda();
     bllAgenda.insert(agenda);
 }