Ejemplo n.º 1
0
 private static List <Produto> getAllProduts(string restricoes)
 {
     return(ProdutoDAO.toCatalogo(restricoes));
 }
Ejemplo n.º 2
0
 private static List <Produto> getAllProduts()
 {
     return(ProdutoDAO.toList());
 }