This commit is contained in:
Stef Heyenrath
2023-02-25 10:12:37 +01:00
parent b2ab22a1bf
commit af99f41dc9
11 changed files with 91 additions and 203 deletions
@@ -1,6 +1,8 @@
using ProxyInterfaceGenerator;
namespace ProxyInterfaceConsumer
{
[ProxyInterfaceGenerator.Proxy(typeof(ProxyInterfaceConsumer.Person))]
[Proxy(typeof(ProxyInterfaceConsumer.Person), ProxyClassAccessibility.Internal)]
public partial interface IPerson
{
}