8 lines
200 B
C#
8 lines
200 B
C#
using Microsoft.SharePoint.Client;
|
|
|
|
namespace console_spo_utils.Interfaces.Services;
|
|
|
|
public interface INonComplianceDocLibraryService
|
|
{
|
|
public void Create(string libName, ClientContext ctx);
|
|
} |