|
@@ -109,6 +109,7 @@ namespace EVCB_OCPP.WSServer
|
|
|
private DateTime checkUpdateDt = DateTime.UtcNow;
|
|
|
private DateTime _CheckFeeDt = DateTime.UtcNow;
|
|
|
private DateTime _CheckLBDt = DateTime.UtcNow;
|
|
|
+ private DateTime _CheckDenyListDt = DateTime.UtcNow.AddDays(-1);
|
|
|
private readonly LoadingBalanceService _loadingBalanceService;// = new LoadingBalanceService();
|
|
|
private List<StationInfoDto> _StationInfo = new List<StationInfoDto>();
|
|
|
|