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