
// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};

if (typeof this['AjaxEnumService'] == 'undefined') this.AjaxEnumService = {};

AjaxEnumService._path = '/dwr';

AjaxEnumService.getDistrictEmpty = function(p0, callback) {
  dwr.engine._execute(AjaxEnumService._path, 'AjaxEnumService', 'getDistrictEmpty', p0, callback);
};

AjaxEnumService.getDistricts = function(p0, callback) {
  dwr.engine._execute(AjaxEnumService._path, 'AjaxEnumService', 'getDistricts', p0, callback);
};

AjaxEnumService.getCityQuarterEmpty = function(p0, callback) {
  dwr.engine._execute(AjaxEnumService._path, 'AjaxEnumService', 'getCityQuarterEmpty', p0, callback);
};

AjaxEnumService.getCities = function(p0, callback) {
  dwr.engine._execute(AjaxEnumService._path, 'AjaxEnumService', 'getCities', p0, callback);
};


