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

@ -17,8 +17,8 @@ namespace Oqtane.Infrastructure
public InstallationManager(IHostApplicationLifetime HostApplicationLifetime, IWebHostEnvironment environment)
{
this._hostApplicationLifetime = HostApplicationLifetime;
this._environment = environment;
_hostApplicationLifetime = HostApplicationLifetime;
_environment = environment;
}
public void InstallPackages(string Folders, bool Restart)