filter excel insignia

This commit is contained in:
Kittapath 2023-09-27 20:36:13 +07:00
parent 04b8885e18
commit a3a111834f
8 changed files with 16654 additions and 4 deletions

View file

@ -0,0 +1,10 @@
using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
namespace BMA.EHR.Placement.Service.Requests
{
public class PlacementRepatriationDateRequest
{
public DateTime? Date { get; set; }
}
}