19 lines
343 B
Plaintext
19 lines
343 B
Plaintext
@using TIAMWebApp.Shared.Application.Utility
|
|
@using AyCode.Core.Extensions
|
|
@using AyCode.Services.Loggers
|
|
@using AyCode.Utils.Extensions
|
|
@inject IJSRuntime jsRuntime
|
|
@inject IEnumerable<IAcLogWriterClientBase> LogWriters
|
|
|
|
@inherits DxGrid
|
|
@* @implements IGrid *@
|
|
|
|
@* @typeparam TDataType *@
|
|
|
|
@* <div>
|
|
@ChildContent
|
|
</div>
|
|
*@
|
|
@code {
|
|
|
|
} |