コード例 #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);
 }