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

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

