Service update, import changes from web_portal
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Microsoft.SharePoint.Client;
|
||||
|
||||
namespace library_spo_utils.Interfaces.Services;
|
||||
|
||||
public interface IPurchasingPackingSlipDocSetService
|
||||
{
|
||||
public void Create(string purchasingPackingSlipName, string docLibraryName, string tenantName, ClientContext ctx);
|
||||
}
|
||||
Reference in New Issue
Block a user