Exemple #1
0
        public static List <InventarioXConceptoDTO> BuscarInventarioConcepto(InventarioXConceptoModel model, string token)
        {
            var respuestaReq = new AgenteServicio();

            respuestaReq.BuscarInventarioPorConcepto(model, token);
            return(respuestaReq._ListaInventarioConcepto);
        }