Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public interface mQubeQueries {
- List<player> getPlayers(Integer serviceId, Date from, Date to) throws UnirestException, XStreamException;
- void sendResults(Integer serviceId, Integer stageId, List<entrant> results) throws UnirestException, XStreamException;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement