ActionLogic
ActionLogic copied to clipboard
Make defining a `call` method optional for `ActionUseCase` and `ActionCoordinator`
For those cases when before / after or around filters are sufficient and a call method is not required.
This would make it possible for an ActionCoordinator
or ActionUseCase
to optionally define a call
method, and if none were defined, then one would be dynamically defined.