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

regionService.searchByZipcode = function(p0, p1, callback) {
    DWREngine._execute(regionService._path, 'regionService', 'searchByZipcode', p0, p1, callback);
}

regionService.searchByCSC = function(p0, p1, p2, callback) {
    DWREngine._execute(regionService._path, 'regionService', 'searchByCSC', p0, p1, p2, callback);
}
