Exemplo n.º 1
0
        public static List <NewAccountItem> GetIncomePart(DateTime stDate, DateTime edDate)
        {
            OperationReportDAL dal = new OperationReportDAL();

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

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

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

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

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