Exemplo n.º 1
0
 public function Execute(Database $database)
 {
     if (!$this->series->RequiresNewSeries()) {
         $database->Execute($this->command);
     }
 }