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

@ -16,9 +16,9 @@ namespace Oqtane.Services
public JobService(HttpClient http, SiteState sitestate, NavigationManager NavigationManager)
{
this._http = http;
this._siteState = sitestate;
this._navigationManager = NavigationManager;
_http = http;
_siteState = sitestate;
_navigationManager = NavigationManager;
}
private string apiurl