fin page quote (légère modif à faire avec les viewModel

pull/48/head
kevin.modejar 4 weeks ago
parent afd5ca2a99
commit eae5f8e085

@ -1,9 +0,0 @@
package com.example.what_the_fantasy.data.mvvm
import androidx.lifecycle.ViewModel
import com.example.what_the_fantasy.data.model.Quiz
import com.example.what_the_fantasy.data.model.Quote
class AppViewModel: ViewModel() {
}

@ -46,11 +46,11 @@ class ServicesStub : IServices {
}
override fun AddFav(userId: Int, QuoteId: Int) {
TODO("Not yet implemented")
return
}
override fun SupFav(userId: Int, QuoteId: Int) {
TODO("Not yet implemented")
return
}
override fun AddComment(content: String) {

Loading…
Cancel
Save