Guest User

Untitled

a guest
Nov 20th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public interface StudentFinder {
  2. public java.util.List<com.liferay.article.model.Student> getStudentBetweenStudentId(int start, int end);
  3. }
Add Comment
Please, Sign In to add comment