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