From 8b3eaf0664c8cda3b4bdbed4a9590edfa7ad2d75 Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Fri, 11 Jul 2025 10:40:06 +0700 Subject: [PATCH] fix unnecessory using --- BMA.EHR.Application/Repositories/UserProfileRepository.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/BMA.EHR.Application/Repositories/UserProfileRepository.cs b/BMA.EHR.Application/Repositories/UserProfileRepository.cs index b088c52f..c5f0dfa7 100644 --- a/BMA.EHR.Application/Repositories/UserProfileRepository.cs +++ b/BMA.EHR.Application/Repositories/UserProfileRepository.cs @@ -10,9 +10,6 @@ using Microsoft.AspNetCore.Http; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Newtonsoft.Json; -using System.Reflection.Emit; -using System.Security.Cryptography; -using System.Text; namespace BMA.EHR.Application.Repositories {