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