Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6951 | Rev 7109 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6951 Rev 7099
Línea 186... Línea 186...
186
     * 
186
     * 
187
     * @param int $job_description_id
187
     * @param int $job_description_id
188
     * @param int $company_id
188
     * @param int $company_id
189
     * @return OrganizationPosition[]
189
     * @return OrganizationPosition[]
190
     */
190
     */
191
    public function fetchAllByJobDescriptionIdAndCompanyId($job_description_id, $company_id)
191
    public function fetchAllByCompanyIdAndJobDescriptionId($job_description_id, $company_id)
192
    {
192
    {
193
        $prototype = new OrganizationPosition();
193
        $prototype = new OrganizationPosition();
Línea 194... Línea 194...
194
        
194
        
195
        $select = $this->sql->select();
195
        $select = $this->sql->select();