public static List <NewAccountItem> GetIncomePart(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetIncomePart(stDate, edDate));
        }
        public static int GetIndependLog(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetIndependLog(stDate, edDate));
        }
        public static List <NewAccountItem> GetDimensionLogin(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetDimensionLogin(stDate, edDate));
        }
        public static List <NewAccountItem> GetRetentionData(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetRetentionData(stDate, edDate));
        }
        public static List <ConversionSource> GetConversionList(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

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