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