示例#1
0
 public String UpdateStudentInfo(String Info)
 {
     StuInfoDBOperation s = new StuInfoDBOperation();
     return s.updInfo(Info);
 }