Files
ProxyGenerator/src-examples/ProxyInterfaceConsumer/IPerson.cs
T
Stef Heyenrath e00c0c7706 Implement Complex
2021-07-25 11:16:48 +02:00

7 lines
163 B
C#

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