예제 #1
0
 private void IntitData(Student student)
 {
     Session["sciences"] = scienceManager.CheckScienceListBySid(student);
 }