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.
Afficher le fichier Open project: stephanhoekstra/clean-architecture Class Usage Examples

Méthodes publiques

Méthode Description
Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel

Method Details

Handle() public méthode

public Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel
responseMessage ContactAgentResponseMessage
Résultat ContactAgentResponseViewModel