示例#1
0
 /**
  * @param string $adId
  *
  * @return Schedule|null
  */
 public function findScheduleByAdId($adId)
 {
     return $this->repository->findScheduleByAdId($adId)->getSingleResult();
 }