示例#1
0
 public void AddPedidoDetalheRange(List <PedidoDetalhes> pedidoDetalhes)
 {
     _pedidoService.AddPedidoDetalheRange(pedidoDetalhes);
 }