Exemplo n.º 1
0
 public void indsaetKundeIDatabase(
     String fNavn, String eNavn, String adresse, int postNr, String by) throws SQLException {
   this.fNavn = fNavn;
   this.eNavn = eNavn;
   this.adresse = adresse;
   this.postNr = postNr;
   this.by = by;
   handler.indsaetKunde(tlfNr, fNavn, eNavn, adresse, postNr, eNavn);
 }