Пример #1
0
 public String InsertStudentInfo(String Info)
 {
     StuInfoDBOperation s = new StuInfoDBOperation();
     return s.InsInfo(Info);
 }