6 lines
158 B
C#
6 lines
158 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.Address))]
|
|
public partial interface IAddress { }
|
|
}
|