แยกประเภทขรก
This commit is contained in:
parent
811fa781b4
commit
b02f8bc2e6
7 changed files with 80 additions and 19 deletions
|
|
@ -51,12 +51,12 @@ namespace BMA.EHR.Recurit.Exam.Service.Request.Disables
|
|||
/// <summary>
|
||||
/// วันเริ่มชำระเงิน
|
||||
/// </summary>
|
||||
public DateTime PaymentStartDate { get; set; }
|
||||
public DateTime? PaymentStartDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// วันสิ้นสุดชำระเงิน
|
||||
/// </summary>
|
||||
public DateTime PaymentEndDate { get; set; }
|
||||
public DateTime? PaymentEndDate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// วันเริ่มสมัครสอบ
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue