示例#1
0
        }                                      //end PriceListService()

        public PriceListService(net.autotask.webservices.PriceListService entity) : base(entity)
        {
            this.CurrencyID = int.Parse(entity.CurrencyID.ToString());
            this.ServiceID  = int.Parse(entity.ServiceID.ToString());
            this.UnitPrice  = decimal.Parse(entity.UnitPrice.ToString());
            this.UsesInternalCurrencyPrice = bool.Parse(entity.UsesInternalCurrencyPrice.ToString());
        } //end PriceListService(net.autotask.webservices.PriceListService entity)
示例#2
0
        }                                      //end PriceListService()

        public PriceListService(net.autotask.webservices.PriceListService entity) : base(entity)
        {
        } //end PriceListService(net.autotask.webservices.PriceListService entity)