Beispiel #1
0
        public int GetPresentPrice(int product_id)
        {
            ShipmentDac dac = new ShipmentDac();

            return(dac.GetPresentPrice(product_id));
        }