Exemple #1
0
 public static Administrator existUser(LoginUser lu)
 {
     return(admin.existUser(lu));
 }