예제 #1
0
 public static void updateCommune(CommuneDAO d)
 {
     CommuneDAL.updateCommune(d);
 }
예제 #2
0
 public static void insertCommune(CommuneDAO d)
 {
     CommuneDAL.insertCommune(d);
 }
예제 #3
0
        public static CommuneDAO getCommune(int idCommune)
        {
            CommuneDAO p = CommuneDAL.getCommune(idCommune);

            return(p);
        }