示例#1
0
        protected override void SyncProducts()
        {
            var UserName = Config.AppSettings.Settings["Username"].Value;
            var Password = Config.AppSettings.Settings["Password"].Value;

            SessionService.SessionServiceClient session = new SessionService.SessionServiceClient();

            session.GetSessionKey(UserName, Password);

            ProductInfoService.ProductInfoServiceClient client = new ProductInfoService.ProductInfoServiceClient();

            //client.Get


            throw new NotImplementedException();
        }