Add API
LV1_026 - รายการลารายบุคคล (ADMIN)
This commit is contained in:
parent
0ed8935b4c
commit
82e97ded24
3 changed files with 95 additions and 1 deletions
|
|
@ -0,0 +1,9 @@
|
|||
namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
||||
{
|
||||
public class GetLeaveSummaryDto
|
||||
{
|
||||
public DateTime StartDate { get; set; }
|
||||
|
||||
public DateTime EndDate { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue