059886d1ca
* HttpClient * . * . * .
7 lines
145 B
C#
7 lines
145 B
C#
namespace ProxyInterfaceConsumer
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(Address))]
|
|
public partial interface IAddress
|
|
{
|
|
}
|
|
} |