6 lines
171 B
C#
6 lines
171 B
C#
namespace ProxyInterfaceConsumerForPnP.Interfaces
|
|
{
|
|
[ProxyInterfaceGenerator.Proxy(typeof(Microsoft.SharePoint.Client.User))]
|
|
public partial interface IUser { }
|
|
}
|