Пример #1
0
 public function get()
 {
     $data = CompanyTable::getAll();
     $this->server->sendData($data);
 }