Ejemplo n.º 1
0
 public JoinEventsResponse JoinEvents(List <JoinEventData> data)
 {
     return(Execute("JoinEvents", () => ApiServiceInternal.JoinEvents(data)));
 }