Пример #1
0
        public static List <CorteCajaDTO> BuscarCorteCaja(CorteCajaModel model, string tkn)
        {
            AgenteServicio agenteServico = new AgenteServicio();

            agenteServico.BuscarRepoCorteCaja(model, tkn);
            return(agenteServico._ListaCorteCaja);
        }