ปรับ api ให้สามารถ upload เอกสารประกอบได้หลายไฟล์

This commit is contained in:
Suphonchai Phoonsawat 2024-01-09 11:26:36 +07:00
parent 1f7b5cd21f
commit 0f5c9a2dcf
10 changed files with 1356 additions and 23 deletions

View file

@ -30,6 +30,8 @@ namespace BMA.EHR.Infrastructure.Persistence
public DbSet<LeaveRequest> LeaveRequests { get; set; }
public DbSet<LeaveDocument> LeaveDocuments { get; set; }
#endregion