Exemple #1
0
 public DataTable GerarTabela(int tipo)
 {
     return(pedidoDAO.BuscarPedidos(tipo));
 }