4 lines
52 B
C#

public interface IObserver
{
void Notify();
}