Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerViaNuGet/IPerson.cs
T
2021-07-25 17:29:26 +02:00

7 lines
163 B
C#

namespace ProxyInterfaceConsumer
{
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.Person))]
public partial interface IPerson
{
}
}