Proyectos de Subversion Iphone Microlearning - Inconcert

Rev

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

Rev 1 Rev 17
Línea 17... Línea 17...
17
        fetch()
17
        fetch()
18
    }
18
    }
Línea 19... Línea 19...
19
 
19
 
20
    func fetch()
20
    func fetch()
21
    {
21
    {
22
        let capsuleDao = CapsuleDao.sharedInstance
22
        let capsuleDao = CapsuleDao()
Línea 23... Línea 23...
23
        capsules = capsuleDao.selectAll()
23
        capsules = capsuleDao.selectAll()
24
        
24
        
Línea 25... Línea 25...
25
        loadAllProgress(userUuid: appData.userUuid)
25
        loadAllProgress(userUuid: appData.userUuid)
26
    }
26
    }
27
    
27
    
28
 
28
 
29
    
29
    
30
    func loadAllProgress(userUuid : String)
30
    func loadAllProgress(userUuid : String)
Línea 31... Línea 31...
31
    {
31
    {
32
        let progressDao = ProgressDao.sharedInstance
32
        let progressDao = ProgressDao()