Пример #1
0
        public static List <NewAccountItem> GetIncomePart(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetIncomePart(stDate, edDate));
        }
Пример #2
0
        public static int GetIndependLog(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetIndependLog(stDate, edDate));
        }
Пример #3
0
        public static List <NewAccountItem> GetDimensionLogin(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetDimensionLogin(stDate, edDate));
        }
Пример #4
0
        public static List <NewAccountItem> GetRetentionData(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

            return(dal.GetRetentionData(stDate, edDate));
        }
Пример #5
0
        public static List <ConversionSource> GetConversionList(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

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