Пример #1
0
 public int GravarPedido(IEnumerable <LanchePedidoDTO> lanchePedido)
 {
     return(_repositorioPedido.GravarPedido(lanchePedido));
 }