Übersicht der Kontakte
Dieser Commit ist enthalten in:
@@ -143,4 +143,8 @@ class LeadService:
|
||||
"""Delete a note (soft delete)"""
|
||||
success = self.repo.delete_note(note_id)
|
||||
|
||||
return success
|
||||
return success
|
||||
|
||||
def list_all_contacts(self) -> List[Dict[str, Any]]:
|
||||
"""Get all contacts across all institutions with summary info"""
|
||||
return self.repo.get_all_contacts_with_institutions()
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren