Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerViaNuGet/IAddress.cs
T
2021-07-25 17:29:26 +02:00

7 lines
165 B
C#

namespace ProxyInterfaceConsumer
{
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.Address))]
public partial interface IAddress
{
}
}