fix : Add วันลาใช้ไป เพิ่มเติมไปใน func หาวันที่มีการ approve

This commit is contained in:
Suphonchai Phoonsawat 2025-04-25 10:44:01 +07:00
parent db483ce18d
commit a7b8c2786c
3 changed files with 43 additions and 9 deletions

View file

@ -12,17 +12,12 @@ using BMA.EHR.Infrastructure.Persistence;
using BMA.EHR.Leave.Service.DTOs.LeaveRequest;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Org.BouncyCastle.Asn1.Pkcs;
using Sentry;
using Swashbuckle.AspNetCore.Annotations;
using System.Net.Http.Headers;
using System.Security.Claims;
using System.Security.Policy;
using System.Text.Json.Nodes;
namespace BMA.EHR.Leave.Service.Controllers
{