Exemplo n.º 1
0
 public String sendComment(UserComments uc) {
   return commentServiceSystemImpl.sendComment(uc);
 }
Exemplo n.º 2
0
 public ArrayList<UserComments> getComments(String module) {
   return commentServiceSystemImpl.getComments(module);
 }