ออกคำสั่ง
This commit is contained in:
parent
604b234c4b
commit
1290da7211
14 changed files with 1979 additions and 2004 deletions
10
BMA.EHR.Discipline.Service/Requests/ReportPersonRequest.cs
Normal file
10
BMA.EHR.Discipline.Service/Requests/ReportPersonRequest.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Discipline.Service.Requests
|
||||
{
|
||||
public class ReportPersonRequest
|
||||
{
|
||||
public string[] refIds { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue