Guest User

Untitled

a guest
Feb 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. public String publicarPedido(String idSessao, String nomeIten, String descricaoIten){
  2.         return sis.getUsuarioId(idSessao).publicarPedido(nomeIten, descricaoIten);
  3.     }
Add Comment
Please, Sign In to add comment