Exemplo n.º 1
0
 /**
  * Delete a member account.
  *
  * @param string $guid
  *
  * @return bool
  */
 public function deleteAccount($guid)
 {
     return $this->records->deleteAccount($this->records->getAccountByGuid($guid));
 }