Scytale
How to bind REST API and business logic ?
you should not use the console app from the api calls, but split UI (console app) from the business logic (ex: create a domain and/or a service layer), and you call those layers from your api, ignoring your console app
6 replies
CQRS command with complex structure
depends on what do you want to do with your tags... If you create (if they don't exist) them on the fly... why not. If it's only a list of tag to reference them in your newly created template, just use a list of tag ids, no ?
2 replies