Remove this keyword

This commit is contained in:
Hisham Bin Ateya
2020-03-05 19:22:13 +03:00
parent a46235ea1e
commit 303bdf3be2
72 changed files with 198 additions and 198 deletions

View File

@ -22,10 +22,10 @@ namespace Oqtane.Controllers
public ThemeController(IThemeRepository Themes, IInstallationManager InstallationManager, IWebHostEnvironment environment, ILogManager logger)
{
this._themes = Themes;
this._installationManager = InstallationManager;
this._environment = environment;
this._logger = logger;
_themes = Themes;
_installationManager = InstallationManager;
_environment = environment;
_logger = logger;
}
// GET: api/<controller>