コード例 #1
0
        public void SincronizacionActual(object obj)
        {
            string urlIdLoteActual = ConfigurationManager.AppSettings.Get("API_SYNC_ID_LOTE");
            string _sucursal       = MyAppProperties.idSucursal;
            int    idLoteActual    = HttpWebClient.GetIdLoteActual(urlIdLoteActual, _sucursal);

            if (idLoteActual != 0)
            {
                MyAppProperties.idLoteActual = idLoteActual.ToString();
            }
        }