Beispiel #1
0
        public Double askPriceByEan()
        {
            Double Price = 0;

            orderdao = new DAO.OrderDAO();
            Price    = orderdao.getPriceByEan(Ean, Wholesale);
            return(Price);
        }