Beispiel #1
0
 public static Model.Student existUser(LoginUser lu)
 {
     return(student.existUser(lu));
 }