api ลา 04,05 และ 11
This commit is contained in:
parent
cffb53c1f5
commit
e130ce00d7
7 changed files with 198 additions and 4 deletions
|
|
@ -0,0 +1,7 @@
|
|||
namespace BMA.EHR.Leave.Service.DTOs.LeaveRequest
|
||||
{
|
||||
public class GetLeaveRequestCalendarDto
|
||||
{
|
||||
public int Year { get; set; } = DateTime.Now.Year;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue