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