no message
This commit is contained in:
parent
94980d9157
commit
d47df139ed
9 changed files with 532 additions and 195 deletions
11
BMA.EHR.Placement.Service/Requests/PersonDateRequest.cs
Normal file
11
BMA.EHR.Placement.Service/Requests/PersonDateRequest.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Placement.Service.Requests
|
||||
{
|
||||
public class PersonDateRequest
|
||||
{
|
||||
public DateTime? Date { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue