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