public void TestGetStudent() { ExamStudentService a = new ExamStudentService(); a.GetStudentInfo("123"); }
public void TestAddSutdnet() { ExamStudentService a = new ExamStudentService(); a.AddStudent("55", "22", "123", "234", null); }