Пример #1
0
 public function getAllUserRoles($executeQuery = true)
 {
     return $this->roleRepo->findAllUserRoles($executeQuery);
 }