예제 #1
0
 public IEnumerable <ItemPedido> ObterPorIdProduto(int id) =>
 _repository.ObterPorIdProduto(id);