Mehdi Chouag
Mehdi Chouag
Hello, I don't if my question should be asked here (tell me if I'm wrong). My question is about using _dynamic parameters_ in a use case, like @lalongooo I have...
I'll take a look at this thank you :smile:
@spirosoik Does the solution example in your last comment works nice with your needs ?
@spirosoik For me the first solution seems to be more appropriate. Rather using `Object`, we may using template for parameters, like : ``` java public abstract class UseCase { ......
@spirosoik Can we avoid to create a UserModel then transforming into a User domain ? And instead directly use the User domain, that wouldn't break dependency rules.