7 lines
153 B
C#
7 lines
153 B
C#
using Microsoft.SharePoint.Client;
|
|
|
|
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
|
|
{
|
|
public partial interface IWeb : ISecurableObject { }
|
|
}
|