api ค้นหาผู้เกี่ยวข้องคำสั่ง

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-05 20:24:15 +07:00
parent e7c71b2e15
commit fa8dfc51e4
4 changed files with 68 additions and 3 deletions

View file

@ -0,0 +1,11 @@
namespace BMA.EHR.Application.Requests.Commands
{
public class SearchProfileCommandRequest
{
public Guid CommandTypeId { get; set; }
public int Year { get; set; }
public string? Posno { get; set; }
}
}