示例#1
0
 public IEnumerable <Faturamento> ObterTodos(Guid pedidoId)
 {
     return(_faturamentoRepositorio.ObterTodos(pedidoId));
 }