C# Class 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.
Show file Open project: stephanhoekstra/clean-architecture Class Usage Examples

Public Methods

Method Description
Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel

Method Details

Handle() public method

public Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel
responseMessage ContactAgentResponseMessage
return ContactAgentResponseViewModel