pda
androidJvm
app
/
net.artux.pda.repositories
/
QuestRepository
/
QuestRepository
Quest
Repository
@
Inject
constructor
(
defaultApi
:
DefaultApi
,
storyDataCache
:
Cache
<
StoryData
>
,
storyCache
:
Cache
<
StoryDto
>
,
summaryCache
:
Cache
<
Summary
>
,
questCache
:
Cache
<
StoryDto
>
,
storyMapper
:
StoryMapper
)