Exemple #1
0
 public int ExcluirProduto()
 {
     return(result = prod.ExcluirProdutos("P_DELETAR_PRODUTO", Codigo));
 }