ประกาศ minioใน repo เกษียณ

This commit is contained in:
Kittapath 2023-09-14 12:40:59 +07:00
parent afe510c7bf
commit d47404a5b4

View file

@ -16,16 +16,19 @@ namespace BMA.EHR.Application.Repositories.Reports
private readonly IApplicationDBContext _dbContext;
private readonly IWebHostEnvironment _hostingEnvironment;
private readonly MinIOService _documentService;
#endregion
#region " Constructor and Destructor "
public RetireReportRepository(IApplicationDBContext dbContext,
MinIOService documentService,
IWebHostEnvironment hostEnvironment)
{
_dbContext = dbContext;
_hostingEnvironment = hostEnvironment;
_documentService = documentService;
}
#endregion