เพิ่มฟิวประเภทสมัครสอบ
This commit is contained in:
parent
e830632ac6
commit
c48534e474
9 changed files with 1862 additions and 258 deletions
|
|
@ -75,6 +75,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
PaymentEndDate = x.PaymentEndDate,
|
||||
PaymentKrungThai = x.PaymentKrungThai,
|
||||
AnnouncementExam = x.AnnouncementExam,
|
||||
Category = x.Category,
|
||||
PaymentStartDate = x.PaymentStartDate,
|
||||
RegisterEndDate = x.RegisterEndDate,
|
||||
RegisterStartDate = x.RegisterStartDate,
|
||||
|
|
@ -111,6 +112,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
PaymentEndDate = x.PaymentEndDate,
|
||||
PaymentKrungThai = x.PaymentKrungThai,
|
||||
AnnouncementExam = x.AnnouncementExam,
|
||||
Category = x.Category,
|
||||
PaymentStartDate = x.PaymentStartDate,
|
||||
RegisterEndDate = x.RegisterEndDate,
|
||||
RegisterStartDate = x.RegisterStartDate,
|
||||
|
|
@ -238,6 +240,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
OrganizationName = inserted.OrganizationName,
|
||||
PaymentKrungThai = inserted.PaymentKrungThai,
|
||||
AnnouncementExam = inserted.AnnouncementExam,
|
||||
Category = inserted.Category,
|
||||
Detail = inserted.Detail,
|
||||
Note = inserted.Note,
|
||||
CreatedAt = DateTime.Now,
|
||||
|
|
@ -323,6 +326,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Services
|
|||
periodExam.OrganizationName = updated.OrganizationName;
|
||||
periodExam.PaymentKrungThai = updated.PaymentKrungThai;
|
||||
// periodExam.AnnouncementExam = updated.AnnouncementExam;
|
||||
periodExam.Category = updated.Category;
|
||||
periodExam.Detail = updated.Detail;
|
||||
periodExam.Note = updated.Note;
|
||||
periodExam.LastUpdatedAt = DateTime.Now;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue