I am developing a POC where I need to register a sale.
For this, I use this code:
this.salvarVenda = function(connection, objeto, response, callback){
let sqlVenda = utilVenda.createSaveQuery(objeto);
console.log(sqlVenda);...
asked by
30.03.2018 / 18:27