コード例 #1
0
        public static string GetDailyNewGoodsNumSummary(DateTime stDate, DateTime edDate)
        {
            MobileShowDAL dal = new MobileShowDAL();

            return(dal.GetDailyNewGoodsNumSummary(stDate, edDate));
        }
コード例 #2
0
        public static Dictionary <string, decimal> GetDailySumTradeSummary(DateTime stDate, DateTime edDate)
        {
            MobileShowDAL dal = new MobileShowDAL();

            return(dal.GetDailySumTradeSummary(stDate, edDate));
        }
コード例 #3
0
        public static DxChartModel GetDailyNewGoodsNum(DateTime stDate, DateTime edDate)
        {
            MobileShowDAL dal = new MobileShowDAL();

            return(dal.GetDailyNewGoodsNum(stDate, edDate));
        }
コード例 #4
0
        public static Dictionary <string, int> GetDataSourceSummary(DateTime stDate, DateTime edDate)
        {
            MobileShowDAL dal = new MobileShowDAL();

            return(dal.GetDataSourceSummary(stDate, edDate));
        }
コード例 #5
0
        public static DxChartModel GetDailySumTrade(DateTime stDate, DateTime edDate)
        {
            MobileShowDAL dal = new MobileShowDAL();

            return(dal.GetDailySumTrade(stDate, edDate));
        }