Ejemplo n.º 1
0
 public Collection<String> getUsersWhoLikedVideo(long id) {
   return mVideoServiceProxy.getUsersWhoLikedVideo(id);
 }