micro_utils.dokka
0.19.1
common
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
DelegateBasedCRUDRepo
/
DelegateBasedCRUDRepo
Delegate
Based
CRUDRepo
constructor
(
readDelegate
:
ReadCRUDRepo
<
ObjectType
,
IdType
>
,
writeDelegate
:
WriteCRUDRepo
<
ObjectType
,
IdType
,
InputValueType
>
)