kaccelero
Toggle table of contents
0.6.1
common
Platform filter
common
Switch theme
Search in API
kaccelero
core
/
dev.kaccelero.repositories
/
IChildModelSuspendRepository
/
list
list
open
suspend
fun
list
(
parentId
:
ParentId
,
context
:
IContext
?
=
null
)
:
List
<
Model
>
open
suspend
fun
list
(
pagination
:
Pagination
,
parentId
:
ParentId
,
context
:
IContext
?
=
null
)
:
List
<
Model
>