Merge branch 'develop' into work

This commit is contained in:
Kittapath 2023-08-03 09:36:36 +07:00
commit 1e405e8958
35 changed files with 73678 additions and 57 deletions

View file

@ -7,7 +7,6 @@ using Microsoft.AspNetCore.Http;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.Configuration;
using System.Net.Http.Headers;
using Microsoft.AspNetCore.Hosting;
namespace BMA.EHR.Application.Repositories
{
@ -213,6 +212,7 @@ namespace BMA.EHR.Application.Repositories
}
#endregion
public List<Guid> GetAllIdByRoot(Guid? id)
{
try