示例#1
0
 /**
  * @param int $idUrl
  *
  * @return void
  */
 public function touchUrlDeleted($idUrl)
 {
     $this->urlFacade->touchUrlDeleted($idUrl);
 }