Ejemplo n.º 1
0
 public Call<Event> getEventById(String id) {
   return service.getEventById(id);
 }