hrms-api-backend/BMA.EHR.Command.Service/Requests/ReportPersonRequest.cs
2024-10-02 15:14:37 +07:00

10 lines
217 B
C#

using BMA.EHR.Domain.Models.MetaData;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Command.Service.Requests
{
public class ReportPersonRequest
{
public string[] refIds { get; set; }
}
}