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

MeteoClient.getPrevisioni = function(p0, callback) {
    DWREngine._execute(MeteoClient._path, 'MeteoClient', 'getPrevisioni', p0, callback);
}
