fix api defect

This commit is contained in:
Suphonchai Phoonsawat 2023-11-15 15:38:39 +07:00
parent 8d3c646151
commit 1a29f8151d
15 changed files with 78 additions and 37 deletions

View file

@ -1,7 +1,7 @@
using Microsoft.EntityFrameworkCore;
using System.ComponentModel.DataAnnotations;
namespace BMA.EHR.Command.Service.DTOs.DutyTime
namespace BMA.EHR.Leave.Service.DTOs.DutyTime
{
public class UpdateDutyTimeDto
{