Exemple #1
0
 public School(IPersonFactory factory)
 {
     _director = factory.CreateDirector();
 }