Exemple #1
0
 public MusicianList getFuns(String userId, int page) throws SingDataException {
   return parser.getFuns(userId, page);
 }
Exemple #2
0
 public Musician getInfo(String userId) throws SingDataException {
   return parser.getUserInfo(userId);
 }
Exemple #3
0
 public MusicianList getMusicians(int page) throws SingDataException {
   return parser.getMusicians(page);
 }