Exemplo n.º 1
0
 public static bool ActiveUser(string id, string type)
 {
     return(AdminDAO.ActiveUser(id, type));
 }