Beispiel #1
0
        public void Execute()
        {
            InitReqvest();
            sqlCommandApiMobile = new SqlCommandApiMobile();
            List <Driver> drivers = sqlCommandApiMobile.GetDriverInDb();

            RefreshInspectionTodayTimeDriver(drivers);
        }
Beispiel #2
0
 public void AuchGoole(SqlCommandApiMobile sqlCommandApiMobil)
 {
     this.sqlCommandApiMobil = sqlCommandApiMobil;
     System.Environment.SetEnvironmentVariable("GOOGLE_APPLICATION_CREDENTIALS", Config.AuchGoogleCloud);
 }
 public void Execute()
 {
     sqlCommandApiMobile = new SqlCommandApiMobile();
     CheackRecavery();
 }
Beispiel #4
0
 void IJob.Execute()
 {
     sqlCommandApiMobile = new SqlCommandApiMobile();
     Task.Run(() => Work());
 }