public bool createUser(InterfaceUtilizador user, int tipo, string passwordHash) { lock (utilizadoresDAO) { return(utilizadoresDAO.InsertUser(user, tipo, passwordHash)); } }