Beispiel #1
0
 public function addClientNote($noteInformation)
 {
     \ClientModel::addClientNote((int) $this->_clientID, $noteInformation);
 }