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

Cotacoes.getCulturas = function(callback) {
    DWREngine._execute(Cotacoes._path, 'Cotacoes', 'getCulturas', callback);
}

Cotacoes.getCotacoes = function(callback) {
    DWREngine._execute(Cotacoes._path, 'Cotacoes', 'getCotacoes', callback);
}

Cotacoes.searchCotacoes = function(p0, callback) {
    DWREngine._execute(Cotacoes._path, 'Cotacoes', 'searchCotacoes', p0, callback);
}

Cotacoes.saveCotacao = function(p0, callback) {
    DWREngine._execute(Cotacoes._path, 'Cotacoes', 'saveCotacao', p0, callback);
}

Cotacoes.deletaCotacao = function(p0, callback) {
    DWREngine._execute(Cotacoes._path, 'Cotacoes', 'deletaCotacao', p0, callback);
}
