Esempio n. 1
0
 public function Execute(Database $database)
 {
     $database->Execute(new RemoveReservationAttachmentCommand($this->event->FileId()));
     ServiceLocator::GetFileSystem()->RemoveFile(Paths::ReservationAttachments() . $this->event->FileName());
 }
Esempio n. 2
0
 /**
  * @return string
  */
 public function GetReservationAttachmentsPath()
 {
     return Paths::ReservationAttachments();
 }