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