C# 클래스 console_application.Presentation.ContactAgentResponsePresenter

The purpose of this class is to take the output of the system (everything within the 'business rules' circles of the architecture), and translate it to a viewModel that has everything for the end-user to 'look at', to see that their request was processed.
파일 보기 프로젝트 열기: stephanhoekstra/clean-architecture 1 사용 예제들

공개 메소드들

메소드 설명
Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel

메소드 상세

Handle() 공개 메소드

public Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel
responseMessage ContactAgentResponseMessage
리턴 ContactAgentResponseViewModel