add support for all crud and list in the service files

This commit is contained in:
2021-01-23 01:14:04 -07:00
parent c176de3297
commit 17deed412a
5 changed files with 119 additions and 72 deletions

View File

@ -7,7 +7,6 @@ class {{Component}}Service {
public initialize() {
return Promise.resolve();
}
// SYSTEM-BUILDER-{{component}}-service
}