예제 #1
0
        public double GetTotalCost()
        {
            EFData ef = new EFData();

            return(ef.GetTotalCost(ef.ReadOrder().Count + 1));
        }