예제 #1
0
 public function get()
 {
     $data = AgreementTable::getAll();
     $this->server->sendData($data);
 }