api บันทึกข้อมูลลูกจ้าง
This commit is contained in:
parent
fd682007f8
commit
83c79e4c0a
11 changed files with 155 additions and 63 deletions
10
BMA.EHR.Placement.Service/Requests/PlacementFileRequest.cs
Normal file
10
BMA.EHR.Placement.Service/Requests/PlacementFileRequest.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Placement.Service.Requests
|
||||
{
|
||||
public class PlacementFileRequest
|
||||
{
|
||||
public List<FormFile>? File { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue