コード例 #1
0
 public void removeMeetingRequest(MeetingRequest aRequest) {
   meetingRepository.remove(aRequest);
 }