C# 클래스 PPPDDDChap19.eBidder.Listings.Application.QandA.BusinessUseCases.AnswerAQuestionService

파일 보기 프로젝트 열기: elbandit/PPPDDD

공개 메소드들

메소드 설명
Answer ( System.Guid questionId, System.Guid sellerId, string answer, bool publishOnListing ) : void
AnswerAQuestionService ( IQuestionRepository questions, IClock clock ) : System

비공개 메소드들

메소드 설명
QuestionAnswered ( ) : Action

메소드 상세

Answer() 공개 메소드

public Answer ( System.Guid questionId, System.Guid sellerId, string answer, bool publishOnListing ) : void
questionId System.Guid
sellerId System.Guid
answer string
publishOnListing bool
리턴 void

AnswerAQuestionService() 공개 메소드

public AnswerAQuestionService ( IQuestionRepository questions, IClock clock ) : System
questions IQuestionRepository
clock IClock
리턴 System