Remove this keyword
This commit is contained in:
@ -19,7 +19,7 @@ namespace Oqtane.Modules.HtmlText.Controllers
|
||||
public HtmlTextController(IHtmlTextRepository HtmlText, ILogManager logger, IHttpContextAccessor HttpContextAccessor)
|
||||
{
|
||||
_htmlText = HtmlText;
|
||||
this._logger = logger;
|
||||
_logger = logger;
|
||||
if (HttpContextAccessor.HttpContext.Request.Query.ContainsKey("entityid"))
|
||||
{
|
||||
_entityId = int.Parse(HttpContextAccessor.HttpContext.Request.Query["entityid"]);
|
||||
|
@ -11,7 +11,7 @@ namespace Oqtane.Modules.HtmlText.Manager
|
||||
|
||||
public HtmlTextManager(IHtmlTextRepository htmltexts)
|
||||
{
|
||||
this._htmlTexts = htmltexts;
|
||||
_htmlTexts = htmltexts;
|
||||
}
|
||||
|
||||
public string ExportModule(Module Module)
|
||||
|
Reference in New Issue
Block a user