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
|
@ -3080,5 +3080,10 @@ namespace WebsitePanel.EnterpriseServer
|
|||
}
|
||||
|
||||
#endregion
|
||||
|
||||
public static DataSet GetOrganizationObjectsByDomain(int itemId, string domainName)
|
||||
{
|
||||
return DataProvider.GetOrganizationObjectsByDomain(itemId, domainName);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue