示例#1
0
        public static CommuneDAO getCommune(int idCommune)
        {
            CommuneDAO p = CommuneDAL.getCommune(idCommune);

            return(p);
        }
示例#2
0
        public static ObservableCollection <CommuneDAO> listeCommunes()
        {
            ObservableCollection <CommuneDAO> l = CommuneDAL.selectCommunes();

            return(l);
        }