Add List all Leave Type Controller

This commit is contained in:
Suphonchai Phoonsawat 2023-11-28 13:15:36 +07:00
parent 8037ad7e1e
commit 130cbb8042
5 changed files with 125 additions and 8 deletions

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
@ -66,4 +66,10 @@
</Content>
</ItemGroup>
<ItemGroup>
<None Update="SeedLeaveData.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>