Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 17
Línea 17... Línea 17...
17
        fetchAll()
17
        fetchAll()
18
    }
18
    }
Línea 19... Línea 19...
19
 
19
 
20
    func fetchAll()
20
    func fetchAll()
21
    {
21
    {
22
        let companyDao = CompanyDao.sharedInstance
22
        let companyDao = CompanyDao()
23
        companies = companyDao.selectAll();
23
        companies = companyDao.selectAll();
Línea 24... Línea 24...
24
    }
24
    }