Пример #1
0
 public function getAllWhereWorkspaceIsDisplayableAndInList(array $workspaces)
 {
     return $this->roleRepo->findAllWhereWorkspaceIsDisplayableAndInList($workspaces);
 }