app
/
com.mateusz.workoutcustomer.database
/
WorkoutDao
/
getAllWords
getAllWords
abstract
fun
getAllWords
(
)
:
LiveData
<
List
<
Workout
>
>