edit build error
This commit is contained in:
parent
6a9e069920
commit
451d5d28bc
1 changed files with 2 additions and 3 deletions
|
|
@ -27,13 +27,12 @@ namespace BMA.EHR.Application.Repositories
|
|||
#region " Constructor and Destructor "
|
||||
|
||||
public GenericRepository(IApplicationDBContext dbContext,
|
||||
IHttpContextAccessor httpContextAccessor,
|
||||
IConfiguration configuration)
|
||||
IHttpContextAccessor httpContextAccessor)
|
||||
{
|
||||
_dbContext = dbContext;
|
||||
_dbSet = _dbContext.Set<T>();
|
||||
_httpContextAccessor = httpContextAccessor;
|
||||
_configuration = configuration;
|
||||
// _configuration = configuration;
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue