This commit is contained in:
Cristiano
2025-12-02 08:34:58 +01:00
parent 5b1030570f
commit 4b3faa236d
37 changed files with 178 additions and 495 deletions

View File

@@ -1,5 +1,5 @@
/**
* ApiEfCoreLibrary
* ApiLibrary
*
*
*
@@ -10,8 +10,8 @@
export interface UpdateLoanDto {
bookId?: number;
userId?: number;
bookId?: number;
date?: string;
plannedReturningDate?: string;
effectiveReturningDate?: string | null;