1
0
mirror of synced 2024-06-29 07:17:39 +00:00
Tapeti/ISubscriber.cs

7 lines
69 B
C#

namespace Tapeti
{
public interface ISubscriber
{
}
}