Example #1
0
 public void Excluir(int Codigo)
 {
     DALItensCompra DALObj = new DALItensCompra(conexao);
     DALObj.Excluir(Codigo);
 }