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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel

Описание методов

Handle() публичный Метод

public Handle ( ContactAgentResponseMessage responseMessage ) : ContactAgentResponseViewModel
responseMessage ContactAgentResponseMessage
Результат ContactAgentResponseViewModel