Beispiel #1
0
 public static Boolean isValidUser(Usuario user)
 {
     return(UsuarioHelper.existUser(user.id));
 }