Example #1
0
 public static void insertCommune(CommuneViewModel c)
 {
     DALCommune.insertCommune(new DAOCommune(c.nomCommuneProperty, c.departement.idDepartementProperty));
 }