10 lines
217 B
C#
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; }
|
|
}
|
|
}
|