Exemplo n.º 1
0
 public NewsPaper(string name)
     : base(name)
 {
     AuthorBehavior = new NoAuthors();
     YearBehavior   = new YearInfo();
 }
Exemplo n.º 2
0
 internal NewsPaper(string name)
     : base(name)
 {
     AuthorBehavior = new NoAuthors();
     YearBehavior = new YearInfo();
 }