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