示例#1
0
 static void CreateStudentsIntoSchool(School school)
 {
     CreateStudentsIntoSchool(school, Randomizer.GetRandomNumber(1, 10));
 }