using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; namespace BMA.EHR.Placement.Service.Requests { public class PlacementFileRequest { public List? File { get; set; } } }