Remove this keyword
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user