Пример #1
0
 public void Setup()
 {
     model = new StudentFeeModel(StudentType.Preschool);
 }
Пример #2
0
 public void Setup()
 {
     model = new StudentFeeModel(StudentType.VocationalSchool);
 }
Пример #3
0
 public void Setup()
 {
     model = new StudentFeeModel(StudentType.MiddleHighSchool);
 }
Пример #4
0
 public void Setup()
 {
     model = new StudentFeeModel(StudentType.University);
 }