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