Exemplo n.º 1
0
 public Product searchProduct(String name) {
   return dao.searchProduct(name);
 }