This commit is contained in:
Suphonchai Phoonsawat 2026-05-12 16:32:46 +07:00
parent 4dc8849b31
commit cc251f7129
146 changed files with 2465 additions and 4785 deletions

View file

@ -1,7 +1,7 @@
using System.Text.Json;
using System.Text.Json.Serialization;
namespace BMA.EHR.Recruit.Service.Core
namespace BMA.EHR.Recruit.Core
{
public class DateTimeFixConverter : JsonConverter<DateTime>
{