Naming conventions
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
@inject IModuleService ModuleService
|
||||
@inject IModuleDefinitionService ModuleDefinitionService
|
||||
@inject ILogService LogService
|
||||
@using System.Diagnostics.CodeAnalysis
|
||||
@implements IHandleAfterRender
|
||||
|
||||
@DynamicComponent
|
||||
@ -65,6 +66,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
[SuppressMessage("ReSharper", "StringIndexOfIsCultureSpecific.1")]
|
||||
private async Task Refresh()
|
||||
{
|
||||
Alias alias = null;
|
||||
|
@ -1,5 +1,5 @@
|
||||
@namespace Oqtane.UI
|
||||
@inject IJSRuntime jsRuntime
|
||||
@inject IJSRuntime JsRuntime
|
||||
|
||||
@DynamicComponent
|
||||
|
||||
|
Reference in New Issue
Block a user