Add Holiday and WeekEnd Function

This commit is contained in:
Suphonchai Phoonsawat 2024-01-22 09:07:18 +07:00
parent 89d4d677de
commit 3b4a641525
2 changed files with 26 additions and 2 deletions

View file

@ -13,8 +13,6 @@ using Swashbuckle.AspNetCore.Annotations;
using System.Security.Claims;
using BMA.EHR.Application.Repositories.Commands;
using BMA.EHR.Application.Repositories.Leaves.TimeAttendants;
using Org.BouncyCastle.Ocsp;
using System.Runtime.CompilerServices;
namespace BMA.EHR.Leave.Service.Controllers
{