Update leave limit logic and add GovAge property to user leave profile DTO
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m10s

This commit is contained in:
Suphonchai Phoonsawat 2026-02-03 21:03:40 +07:00
parent c25bef0672
commit 1a0e712a1c
2 changed files with 8 additions and 1 deletions

View file

@ -51,5 +51,7 @@
public string? CurrentProvince { get; set; }
public string? CurrentZipCode { get; set; }
public int GovAge { get; set; } = 0;
}
}