7 lines
69 B
C#
7 lines
69 B
C#
namespace Tapeti
|
|
{
|
|
public interface ISubscriber
|
|
{
|
|
}
|
|
}
|