Beispiel #1
0
 public function getJobType()
 {
     return JobType::where("id_Job_Type", '=', $this->id_Job_Type)->first();
 }
 public function jobTypeByJobFamily($jobFamily)
 {
     return JobType::where("id_Job_Family", "=", $jobFamily)->get()->toJson();
 }