Files
Adam Hathcock e341772cbc add csharpier
2024-05-21 16:34:46 +01:00

7 lines
153 B
C#

using Microsoft.SharePoint.Client;
namespace ProxyInterfaceSourceGeneratorTests.Source.PnP
{
public partial interface IWeb : ISecurableObject { }
}