Example #1
0
 public List <StudentTable> getInfo(string user, out int id)
 {
     return(StudentTable.getInfo(user, out id));
 }