From ac4e2a428fb7d0fd069e1d33df9c058b40170034 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Fri, 19 May 2023 17:30:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A2=E3=82=A4=E3=83=86=E3=83=83=E3=82=AF?= =?UTF-8?q?=E3=81=AE=E5=AF=BE=E8=B1=A1=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=81=9F=E3=82=81=E3=80=81=E3=82=AF=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E3=83=A9=E3=83=BC=E5=AF=BE=E8=B1=A1=E3=81=8B=E3=82=89=E9=99=A4?= =?UTF-8?q?=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CSVDownloader/Program.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CSVDownloader/Program.cs b/CSVDownloader/Program.cs index 40667b0..d6e2489 100644 --- a/CSVDownloader/Program.cs +++ b/CSVDownloader/Program.cs @@ -186,11 +186,11 @@ namespace CSVDownloader { } // Itec { - var controller = new ItecController(driver_); - var dic = parking_credit_card_agencies_spotID_dao_.GetDictionary(controller.GetCreditAgent()); - controller.SetParkingDic(dic); - web_controller_list_.Add(controller); - credit_datastore_map_.Add(controller.GetCreditAgent(), itec_credit_store_); + //var controller = new ItecController(driver_); + //var dic = parking_credit_card_agencies_spotID_dao_.GetDictionary(controller.GetCreditAgent()); + //controller.SetParkingDic(dic); + //web_controller_list_.Add(controller); + //credit_datastore_map_.Add(controller.GetCreditAgent(), itec_credit_store_); } // HelloTechno