Exemple #1
0
 @RemoteMethod
 public String getPTById(String id) {
   return ptService.getPTById(id);
 }