Example #1
0
 public void Study(ISchool school)
 {
     school.MakeHomework();
     school.LearnSubject();
 }