Beispiel #1
0
 public static function find($job_id, $seeker_id)
 {
     return JobRequest::where('job_id', '=', $job_id)->where('seeker_id', '=', $seeker_id)->first();
 }