Пример #1
0
 public int checkPrice(String phoneNumber, String productId, long operationType, String spId) {
   return clientSocketThread.checkPrice(phoneNumber, productId, operationType, spId);
 }