สอบคัดเลือกโหลดสรุปข้อมูลการสอบ
This commit is contained in:
parent
1d4043a50e
commit
4b07fe7409
3 changed files with 250 additions and 134 deletions
10
Request/RequestCandidateDashboard.cs
Normal file
10
Request/RequestCandidateDashboard.cs
Normal 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; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue