Backend/e-suite.Service.Sentinel/e-suite.Service.Sentinel/ISentinelMaintenance.cs
2026-01-20 21:50:10 +00:00

6 lines
119 B
C#

namespace e_suite.Service.Sentinel;
public interface ISentinelMaintenance
{
Task ClearOldSentinelData();
}