project refactoring en clean archi

This commit is contained in:
styve Lioumba
2025-10-23 14:10:53 +02:00
parent ef02c6a537
commit 02637235e3
52 changed files with 3873 additions and 875 deletions

View File

@@ -0,0 +1,5 @@
export interface ProfileDTO {
profession: string;
utilisateur: string;
reseaux: any;
}