
function geographyController() { }
geographyController._path = '/dwr';

geographyController.getSubCountries = function(p0, callback) {
    DWREngine._execute(geographyController._path, 'geographyController', 'getSubCountries', p0, false, callback);
}
