Esempio n. 1
0
 public static List <object> findStock(string cat)
 {
     return(ProductDAO.populateStock(cat));
 }