
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.atm');

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

atm._path = '/dwr';




atm.getCitys = function(callback) {
return dwr.engine._execute(atm._path, 'atm', 'getCitys', arguments);
};





atm.getDiss = function(p0, callback) {
return dwr.engine._execute(atm._path, 'atm', 'getDiss', arguments);
};



