This commit is contained in:
Suphonchai Phoonsawat 2023-10-11 10:09:26 +07:00
parent 2bfa6ae500
commit 064fe27f89
2 changed files with 8 additions and 2 deletions

View file

@ -16,9 +16,7 @@ using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using System.Linq;
using System.Net.Http.Headers;
using System.Text;
using Command = BMA.EHR.Domain.Models.Commands.Core.Command;
using Profile = BMA.EHR.Domain.Models.HR.Profile;
@ -6035,6 +6033,11 @@ namespace BMA.EHR.Application.Repositories.Commands
}
}
#endregion
#region " Regenerate Json File "
#endregion
#endregion