Service update, import changes from web_portal
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using console_spo_utils.Interfaces.Services;
|
||||
using library_spo_utils.Enums;
|
||||
using library_spo_utils.Interfaces.Services;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Online.SharePoint.TenantAdministration;
|
||||
using console_spo_utils.Enums;
|
||||
|
||||
namespace console_spo_utils.Services;
|
||||
namespace library_spo_utils.Services;
|
||||
|
||||
internal class TenantService : ITenantService
|
||||
{
|
||||
@@ -30,11 +30,11 @@ internal class TenantService : ITenantService
|
||||
this.siteOptions = siteOptions;
|
||||
}
|
||||
|
||||
public void CreateForProject()
|
||||
public void CreateForProject(string projName)
|
||||
{
|
||||
TenantCreation(
|
||||
siteOptions.GetProjYearTenant(),
|
||||
siteOptions.GetProjectYearSite(),
|
||||
siteOptions.GetProjYearTenant(projName),
|
||||
siteOptions.GetProjectYearSite(projName),
|
||||
PalFieldType.Project
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user