We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presenter 계층을 추가한다.
Presenter의 역할은 Usecase에서 반환된 데이터를 이용하여 사용자에게 보여줄 View에 들어갈 View Model을 구성하는 것이다.
예를 들면,
ConsolePresenter, GUIPresenter 등을 만들어보도록 하자.
The text was updated successfully, but these errors were encountered:
참고
Sorry, something went wrong.
Dokyeongyun
No branches or pull requests
Presenter 계층을 추가한다.
Presenter의 역할은 Usecase에서 반환된 데이터를 이용하여
사용자에게 보여줄 View에 들어갈 View Model을 구성하는 것이다.
예를 들면,
ConsolePresenter, GUIPresenter 등을 만들어보도록 하자.
The text was updated successfully, but these errors were encountered: