Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerViaNuGet/IMyInterface.cs
T
Adam Hathcock e341772cbc add csharpier
2024-05-21 16:34:46 +01:00

5 lines
78 B
C#

namespace ProxyInterfaceConsumer
{
public interface IMyInterface { }
}