Exemple #1
0
 public Produto ExcluirProdutoPorId(long id)
 {
     return(produtoDAL.ExcluirProdutoPorId(id));
 }