예제 #1
0
 public function create(AttendeeInterface $attendee)
 {
     $this->attendeeBlamer->blame($attendee);
     $this->attendeeManager->addAttendee($attendee);
     return true;
 }