Exemple #1
0
 public void ExcluirPedido(int i)
 {
     pedidoDAO.ExcluirPedido(i);
 }