get all customers done

This commit is contained in:
2025-12-11 14:32:46 +01:00
parent ecb098a34f
commit 2ff47263a1
12 changed files with 143 additions and 42 deletions
@@ -12,5 +12,6 @@
export interface GetCustomerDto {
id?: number;
note?: string | null;
customerTypeId?: number;
}