Пример #1
0
        public List <NewTrainComprehensive> ListTrainExcekVOByUserId(int userId)
        {
            ExcelDao excelDao = new ExcelDao();

            return(excelDao.ListTrainExcekVOByUserId(userId));
        }
Пример #2
0
        public List <PhysicalPower> ListPhysicalPowerExcelVO(int userId)
        {
            ExcelDao excelDao = new ExcelDao();

            return(excelDao.ListPhysicalPowerExcelVO(userId));
        }
Пример #3
0
        public List <NewDevicePrescriptionExcel> ListTrainingDetailByUserId(int userId)
        {
            ExcelDao excelDao = new ExcelDao();

            return(excelDao.ListTrainingDetailByUserId(userId));
        }
Пример #4
0
        public List <PhysicalPowerExcekVO> ListPhysicalPowerExcekVOByUserId(int userId)
        {
            ExcelDao excelDao = new ExcelDao();

            return(excelDao.ListPhysicalPowerExcekVOByUserId(userId));
        }
Пример #5
0
        public List <NewTrainingAndSymptomBean> ListTrainingAndSymptomByUserId(int userId)
        {
            ExcelDao excelDao = new ExcelDao();

            return(excelDao.ListTrainingAndSymptomByUserId(userId));
        }