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;
파일 보기 프로젝트 열기: stephanhoekstra/clean-architecture 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleView ( ContactAgentResponseViewModel viewModel ) : System
Render ( ) : void

메소드 상세

ConsoleView() 공개 메소드

public ConsoleView ( ContactAgentResponseViewModel viewModel ) : System
viewModel ContactAgentResponseViewModel
리턴 System

Render() 공개 메소드

public Render ( ) : void
리턴 void