Esempio n. 1
0
        internal StoreComparer(AggProduct p)
        {
            this.cpClient  = new CompupartsServiceProxy.CompupartsSoapClient();
            this.uthClient = new UnderthehoodServiceProxy.UnderTheHoodSoapClient();
            this.xhClient  = new XhardwareServiceProxy.XHardwareSoapClient();

            try
            {
                this.CpSr = this.cpClient.GetAllInformation((int)p.cp_id);
            }
            catch { }
            try
            {
                this.UthSr = this.uthClient.GetAllInformation((int)p.uth_id);
            }
            catch { }
            try
            {
                this.XhSr = this.xhClient.GetAllInformation((int)p.xh_id);
            }
            catch { }

            DetermineBestBuy();
        }
 public GetAllInformationResponseBody(UnderthehoodServiceProxy.ServiceResponse GetAllInformationResult)
 {
     this.GetAllInformationResult = GetAllInformationResult;
 }