コード例 #1
0
 public void CreateEvent(MeetupEvent meetupEvent)
 {
     _service.CreateEvent(meetupEvent);
 }