C# Класс PPPDDDChap19.eBidder.Listings.Application.QandA.BusinessUseCases.AnswerAQuestionService

Показать файл Открыть проект

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

Метод Описание
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