Exemple #1
0
        public static List <GastoVehiculoDTO> BuscarGastoVehicular(GastoVehiculoModel model, string tkn)
        {
            AgenteServicio agenteServico = new AgenteServicio();

            agenteServico.BuscarRepoGastoVehicular(model, tkn);
            return(agenteServico._ListaGastoVehicular);
        }