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