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

Méthodes publiques

Méthode Description
ConsoleView ( ContactAgentResponseViewModel viewModel ) : System
Render ( ) : void

Method Details

ConsoleView() public méthode

public ConsoleView ( ContactAgentResponseViewModel viewModel ) : System
viewModel ContactAgentResponseViewModel
Résultat System

Render() public méthode

public Render ( ) : void
Résultat void