12 lines
240 B
C#
12 lines
240 B
C#
namespace e_suite.Messaging.Common;
|
|
|
|
public interface IDatabaseMessageSender
|
|
{
|
|
void PostClearOldSentinelData();
|
|
|
|
void PostClearOldPerformanceData();
|
|
|
|
void PostClearOldEmailActions();
|
|
|
|
void PostClearOldSingleUserGuids();
|
|
} |