completed new contact creation, implemented contact deletion
This commit is contained in:
+1
-2
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user