Exemplo n.º 1
0
 public static ArrayList GetAllAwaitingConfirmation(string username)
 {
     UserDAO userDAO = new UserDAO();
     return userDAO.GetAwaitingConfirmation(username);
 }