cml_add_service
Add a domain service to an aggregate by specifying its name, operations with parameters and return types, within a selected bounded context.
Instructions
Add a domain service to an aggregate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the service | |
| operations | No | Service operations | |
| contextName | Yes | Name of the bounded context | |
| aggregateName | Yes | Name of the aggregate |