9 lines
174 B
C#
9 lines
174 B
C#
using DifferentNamespace;
|
|
|
|
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(Address))]
|
|
public partial interface IAddress
|
|
{
|
|
}
|
|
} |