//
koffee-backend
/
eu.yeger.koffee.service
/
DefaultItemService
/
createItem
createItem
Creates an
Item
. Must validate that the
Item
does not exist and the data is valid.
Return
The
Result
of the operation.
Parameters
item
The
Item
to be created.
open suspend override fun
createItem
(item:
Item
):
Result
<
String
>
Content copied to clipboard