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