Demo ready

This commit is contained in:
Johan Maasing 2025-03-16 14:16:16 +01:00
parent 743432e071
commit 620999a992
Signed by: johan
GPG key ID: FFD31BABEE2DEED2
7 changed files with 190 additions and 74 deletions

View file

@ -0,0 +1,9 @@
projekt/create/ -> createProjekt(
id: ProjektId,
properties: ProjektProperties
)
projekt/update/ -> updateProjekt(
id: ProjektId,
properties: ProjektProperties
)