1617181920212223242526
//Search for customer public Customer findCustomer(String cpr) { IFDBCustomer dbcustomerObj = new DBCustomer(); return dbcustomerObj.searchCustomer(cpr, true); } //update customer