6 lines
123 B
C#
6 lines
123 B
C#
![]() |
namespace MareSynchronos.Services.Mediator;
|
|||
|
|
|||
|
public interface IMediatorSubscriber
|
|||
|
{
|
|||
|
MareMediator Mediator { get; }
|
|||
|
}
|