Closed stefan8893 closed 1 month ago
Right now, request models get validated manually in interactor implementations.
Since this is a cross-cutting concern, it should be treated as such. Perform validation either in a new validation decorator or in the generated proxy.
Right now, request models get validated manually in interactor implementations.
Since this is a cross-cutting concern, it should be treated as such. Perform validation either in a new validation decorator or in the generated proxy.