Merge branch 'develop' into work

This commit is contained in:
Kittapath 2023-08-03 12:54:01 +07:00
commit d38ec6d2fc
2 changed files with 1 additions and 1 deletions

View file

@ -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<Guid, Prefix> _prefixRepository;
private readonly PrefixRepository _prefixRepository;
#endregion