Example #1
0
 public void Exec()
 {
     using (var orderSync = new OrderSync())
     {
         orderSync.UpdateFromWeb();
     }
 }