Exemple #1
0
        public static List <EstatusPedidoModel> ObtenerEstatusPedidos(string tkn)
        {
            var agente = new AgenteServicio();

            agente.BuscarEstatusPedido(tkn);
            return(agente._ListaEstatusP);
        }