Exemplo n.º 1
0
 public void BuildPartB(ISchool school, int numberOfSmth)
 {
     school.SetNumberOfRooms(numberOfSmth);
 }