Target Interface:?
- The ITarget interface defines the expected interface that the client will use.
It has a method Request() that the client expects to call.
public interface ITarget
void Request();
It has a method Request() that the client expects to call.
public interface ITarget
void Request();