示例#1
0
 /**
  * Finds pack by Id
  *
  * @param int $id
  * @return USERCREDITS_BOL_Pack
  */
 public function findPackById($id)
 {
     return $this->packDao->findById($id);
 }