pda
androidJvm
app
/
net.artux.pda.repositories
/
UserRepository
/
UserRepository
User
Repository
@
Inject
constructor
(
webservice
:
DefaultApi
,
userCache
:
Cache
<
Profile
>
,
dataCache
:
Cache
<
StoryData
>
,
memberCache
:
Cache
<
UserDto
>
)