Exemplo n.º 1
0
 public void addChildInquiryToParentThread(int userId, Boolean isSeller, Inquiry childInquiry) {
   inquiryDao.addChildInquiryToParentThread(userId, isSeller, childInquiry);
 }