สอบคัดเลือกโหลดสรุปข้อมูลการสอบ

This commit is contained in:
Kittapath 2023-04-29 14:51:42 +07:00
parent 1d4043a50e
commit 4b07fe7409
3 changed files with 250 additions and 134 deletions

View file

@ -0,0 +1,10 @@
using System.Net;
namespace BMA.EHR.Recurit.Exam.Service.Request
{
public class RequestCandidateDashboard
{
public DateTime DateStart { get; set; }
public DateTime DateEnd { get; set; }
}
}