public List <NewTrainComprehensive> ListTrainExcekVOByUserId(int userId) { ExcelDao excelDao = new ExcelDao(); return(excelDao.ListTrainExcekVOByUserId(userId)); }
public List <PhysicalPower> ListPhysicalPowerExcelVO(int userId) { ExcelDao excelDao = new ExcelDao(); return(excelDao.ListPhysicalPowerExcelVO(userId)); }
public List <NewDevicePrescriptionExcel> ListTrainingDetailByUserId(int userId) { ExcelDao excelDao = new ExcelDao(); return(excelDao.ListTrainingDetailByUserId(userId)); }
public List <PhysicalPowerExcekVO> ListPhysicalPowerExcekVOByUserId(int userId) { ExcelDao excelDao = new ExcelDao(); return(excelDao.ListPhysicalPowerExcekVOByUserId(userId)); }
public List <NewTrainingAndSymptomBean> ListTrainingAndSymptomByUserId(int userId) { ExcelDao excelDao = new ExcelDao(); return(excelDao.ListTrainingAndSymptomByUserId(userId)); }