Files
ProxyGenerator/src-examples/ProxyInterfaceConsumerForPnP/Interfaces/IUser.cs
T
Adam Hathcock e341772cbc add csharpier
2024-05-21 16:34:46 +01:00

6 lines
171 B
C#

namespace ProxyInterfaceConsumerForPnP.Interfaces
{
[ProxyInterfaceGenerator.Proxy(typeof(Microsoft.SharePoint.Client.User))]
public partial interface IUser { }
}