예제 #1
0
 public AnswerOfPoser(IContentAnswer<string> content)
 {
     this.content = content;
 }
예제 #2
0
 public AnswerOfIntelligent(IContentAnswer <string> content)
 {
     this.content = content;
 }