Example #1
0
 public function getById($id)
 {
     return Candidature::where('id', $id)->with('posizione')->first();
 }