a new page with the list of associated objects to be deleted org domain
This commit is contained in:
parent
dec22ef57b
commit
a3349e810e
13 changed files with 2415 additions and 2212 deletions
|
@ -158,6 +158,13 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return OrganizationController.SetOrganizationDefaultDomain(itemId, domainId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public DataSet GetOrganizationObjectsByDomain(int itemId, string domainName)
|
||||
{
|
||||
return OrganizationController.GetOrganizationObjectsByDomain(itemId, domainName);
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region Users
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue