public ActionResult FacturarTest([PexAssumeUnderTest] PedidoController target, tbPedido Pedido)
        {
            ActionResult result = target.Facturar(Pedido);

            return(result);
            // TODO: add assertions to method PedidoControllerTest.FacturarTest(PedidoController, tbPedido)
        }
        public ActionResult FacturarTest([PexAssumeUnderTest] PedidoController target, tbPedido Pedido)
        {
            ActionResult result = target.Facturar(Pedido);

            return(result);
            // TODO: agregar aserciones a método PedidoControllerTest.FacturarTest(PedidoController, tbPedido)
        }