ประกาศ minioใน repo เกษียณ
This commit is contained in:
parent
afe510c7bf
commit
d47404a5b4
1 changed files with 3 additions and 0 deletions
|
|
@ -16,16 +16,19 @@ namespace BMA.EHR.Application.Repositories.Reports
|
||||||
|
|
||||||
private readonly IApplicationDBContext _dbContext;
|
private readonly IApplicationDBContext _dbContext;
|
||||||
private readonly IWebHostEnvironment _hostingEnvironment;
|
private readonly IWebHostEnvironment _hostingEnvironment;
|
||||||
|
private readonly MinIOService _documentService;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region " Constructor and Destructor "
|
#region " Constructor and Destructor "
|
||||||
|
|
||||||
public RetireReportRepository(IApplicationDBContext dbContext,
|
public RetireReportRepository(IApplicationDBContext dbContext,
|
||||||
|
MinIOService documentService,
|
||||||
IWebHostEnvironment hostEnvironment)
|
IWebHostEnvironment hostEnvironment)
|
||||||
{
|
{
|
||||||
_dbContext = dbContext;
|
_dbContext = dbContext;
|
||||||
_hostingEnvironment = hostEnvironment;
|
_hostingEnvironment = hostEnvironment;
|
||||||
|
_documentService = documentService;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue