Providers & Contact fini

This commit is contained in:
2026-06-07 17:27:56 +02:00
parent ea65e6a3dc
commit 0d156faead
31 changed files with 227 additions and 338 deletions
@@ -11,6 +11,10 @@
export interface GetStaffDto {
id?: number;
firstName?: string | null;
lastName?: string | null;
profession?: string | null;
email?: string | null;
f4T2NumberApproval?: string | null;
f4T2ExpirationDate?: string;
}