5 lines
78 B
C#
5 lines
78 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
public interface IMyInterface { }
|
|
}
|