From fe754d0a7d2303462783ab9a60a62358e68bc7bd Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Thu, 3 Aug 2023 11:11:13 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=88=E0=B8=B8?= =?UTF-8?q?=E0=B8=94=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=95=E0=B8=81=E0=B8=AB?= =?UTF-8?q?=E0=B8=A5=E0=B9=88=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BMA.EHR.Command.Service/Controllers/OrderController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BMA.EHR.Command.Service/Controllers/OrderController.cs b/BMA.EHR.Command.Service/Controllers/OrderController.cs index 4525fb76..ea6f0e81 100644 --- a/BMA.EHR.Command.Service/Controllers/OrderController.cs +++ b/BMA.EHR.Command.Service/Controllers/OrderController.cs @@ -41,7 +41,7 @@ namespace BMA.EHR.Command.Service.Controllers ApplicationDBContext context, MinIOService documentService, IHttpContextAccessor httpContextAccessor, - GenericRepository prefixRepository) + PrefixRepository prefixRepository) { _repository = repository; _context = context;