Ejemplo n.º 1
0
 public Section(IEnumerable <Sentence> sentences)
 {
     Sentences.AddRange(sentences);
 }
Ejemplo n.º 2
0
 public Text(IEnumerable <Sentence> sentences) : this()
 {
     Sentences.AddRange(sentences);
 }