diff --git a/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/data/mvvm/AppViewModel.kt b/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/data/mvvm/AppViewModel.kt deleted file mode 100644 index 2a845ae..0000000 --- a/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/data/mvvm/AppViewModel.kt +++ /dev/null @@ -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() { - -} \ No newline at end of file diff --git a/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/data/services/ServicesStub.kt b/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/data/services/ServicesStub.kt index b51c15f..a546727 100644 --- a/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/data/services/ServicesStub.kt +++ b/What_The_Fantasy/app/src/main/java/com/example/what_the_fantasy/data/services/ServicesStub.kt @@ -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) {