示例#1
0
        public Queue <CostDifference> getCostDifferences()
        {
            Dictionary <string, double> B1_costs = msSqlDBHandler.getItemCosts(rproDBHandler);
            Queue <CostDifference>      updates  = rproDBHandler.matchItemCost(B1_costs);

            return(updates);
        }