Guest User

Untitled

a guest
Nov 20th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public class StudentLocalServiceImpl extends StudentLocalServiceBaseImpl {
  2. public List<Student> getStudentBetweenStudentId(int start, int end) {
  3. return StudentFinderUtil.getStudentBetweenStudentId(start, end);
  4. }
  5. }
Add Comment
Please, Sign In to add comment