Example #1
0
 public void Remove(ProdutoDTO produtoDTO)
 => _produtoRepositorio.Remover(_produtoRepositorio.GetByEAN(produtoDTO.EAN));