From 1d35c2e67d6fb7c26f78f74171ec5a51a20f31e0 Mon Sep 17 00:00:00 2001 From: Suphonchai Phoonsawat Date: Thu, 3 Aug 2023 11:03:21 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20Bug=20=E0=B9=84?= =?UTF-8?q?=E0=B8=A1=E0=B9=88=E0=B9=80=E0=B8=88=E0=B8=AD=20Service=20Name?= 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 d6ef6ed6..4525fb76 100644 --- a/BMA.EHR.Command.Service/Controllers/OrderController.cs +++ b/BMA.EHR.Command.Service/Controllers/OrderController.cs @@ -30,7 +30,7 @@ namespace BMA.EHR.Command.Service.Controllers private readonly ApplicationDBContext _context; private readonly MinIOService _documentService; private readonly IHttpContextAccessor _httpContextAccessor; - private readonly GenericRepository _prefixRepository; + private readonly PrefixRepository _prefixRepository; #endregion