a new page with the list of associated objects to be deleted org domain. part 2
This commit is contained in:
parent
a3349e810e
commit
a80c7be8c5
5 changed files with 111 additions and 2 deletions
|
@ -164,6 +164,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return OrganizationController.GetOrganizationObjectsByDomain(itemId, domainName);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public bool CheckDomainUsedByHostedOrganization(int itemId, int domainId)
|
||||
{
|
||||
return OrganizationController.CheckDomainUsedByHostedOrganization(itemId, domainId);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue