Example #1
0
 public function getAll()
 {
     return Employee::find()->with('person', 'positions')->all();
 }