completed new contact creation, implemented contact deletion

This commit is contained in:
2025-10-10 10:24:38 +02:00
parent e5227c3e19
commit 3e8f90c5bc
6 changed files with 72 additions and 15 deletions
@@ -5,12 +5,11 @@ package de.srsoftware.umbrella.documents.model;
import static de.srsoftware.umbrella.core.Constants.*;
import de.srsoftware.tools.Mappable;
import org.json.JSONObject;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.HashSet;
import java.util.Map;
import org.json.JSONObject;
public class CustomerSettings implements Mappable {
private static final System.Logger LOG = System.getLogger(CustomerSettings.class.getSimpleName());