Esempio n. 1
0
        public void Run()
        {
            InstallmentUpdator updator = new InstallmentUpdator();

            while (running)
            {
                updator.UpdateInstallments();
                Thread.Sleep(5000);
            }
        }
Esempio n. 2
0
        public void TestInstallmentGalileo()
        {
            var installment = new InstallmentUpdator();

            installment.UpdateInstallments();
        }