Beispiel #1
0
 private void CadastrarProduto()
 => _repositorioProduto.Add(new Dominio.Entidades.Produto(GetDescricaoProduto(), GetValorProduto()));