예제 #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));
        }