api holiday
This commit is contained in:
parent
692acf831a
commit
b1b8d96e57
14 changed files with 1217 additions and 65 deletions
14
BMA.EHR.MetaData.Service/Request/HolidayRequest.cs
Normal file
14
BMA.EHR.MetaData.Service/Request/HolidayRequest.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
namespace BMA.EHR.MetaData.Service.Request
|
||||
{
|
||||
public class HolidayRequest
|
||||
{
|
||||
public DateTime dateStart { get; set; } = DateTime.Now;
|
||||
|
||||
public DateTime dateEnd { get; set; } = DateTime.Now;
|
||||
|
||||
public int Year { get; set; } = DateTime.Now.Year;
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue