You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I am getting confused about some packages in this example.
I see port package in the application layer. I think It should be in the domain package, Am I wrong ?
Also, the use case is an implementation of an input port, so why SendMoneyUseCase is an interface ? and why it is in the application layer ??
The text was updated successfully, but these errors were encountered:
Hello.
I am getting confused about some packages in this example.
I see port package in the application layer. I think It should be in the domain package, Am I wrong ?
Also, the use case is an implementation of an input port, so why
SendMoneyUseCase
is an interface ? and why it is in the application layer ??The text was updated successfully, but these errors were encountered: