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