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