예제 #1
0
파일: Job.php 프로젝트: idoqo/yedoe
 public function getBids($page, $limit)
 {
     return Application::getAppFor($this->jobId, $page, $limit);
 }