Esempio n. 1
0
 public function Create(ITable $table)
 {
     if ($table != null) {
         $table->Create($this);
     }
 }