Package inha.git.user.api.service
Interface ProfessorService
- All Known Implementing Classes:
ProfessorServiceImpl
public interface ProfessorService
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page<SearchStudentResponse>
getProfessorStudents
(String search, Integer page) professorSignup
(ProfessorSignupRequest professorSignupRequest)
-
Method Details
-
getProfessorStudents
org.springframework.data.domain.Page<SearchStudentResponse> getProfessorStudents(String search, Integer page) -
professorSignup
-