Implementate notifiche
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
@using System.Globalization
|
||||
@using salesbook.Shared.Core.Interface
|
||||
@using salesbook.Shared.Core.Interface.IntegryApi
|
||||
@using salesbook.Shared.Core.Interface.System.Network
|
||||
@using salesbook.Shared.Core.Messages.Back
|
||||
@inherits LayoutComponentBase
|
||||
@inject IJSRuntime JS
|
||||
@@ -55,7 +57,7 @@
|
||||
private bool _showWarning;
|
||||
|
||||
private DateTime _lastApiCheck = DateTime.MinValue;
|
||||
private const int DelaySeconds = 60;
|
||||
private const int DelaySeconds = 180;
|
||||
|
||||
private CancellationTokenSource? _cts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user