C# Класс console_application.Presentation.ConsoleView

For the purposes of this demonstration, I'm just outputting the viewmodel to the console, in an MVC app, this would probably represent a razor view;
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ConsoleView ( ContactAgentResponseViewModel viewModel ) : System
Render ( ) : void

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

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

public ConsoleView ( ContactAgentResponseViewModel viewModel ) : System
viewModel ContactAgentResponseViewModel
Результат System

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

public Render ( ) : void
Результат void