mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-14 04:57:15 +00:00
7 lines
No EOL
122 B
C#
7 lines
No EOL
122 B
C#
namespace PepperDash.Essentials.Core.Queues
|
|
{
|
|
public interface IQueueMessage
|
|
{
|
|
void Dispatch();
|
|
}
|
|
} |