Merge
This commit is contained in:
commit
d27d5b5835
14 changed files with 641 additions and 37 deletions
|
@ -265,7 +265,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return itemId;
|
||||
}
|
||||
|
||||
private static bool OrganizationIdentifierExists(string organizationId)
|
||||
public static bool OrganizationIdentifierExists(string organizationId)
|
||||
{
|
||||
return DataProvider.ExchangeOrganizationExists(organizationId);
|
||||
}
|
||||
|
|
|
@ -45,6 +45,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
#region Organizations
|
||||
|
||||
[WebMethod]
|
||||
public bool CheckOrgIdExists(string orgId)
|
||||
{
|
||||
return OrganizationController.OrganizationIdentifierExists(orgId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int CreateOrganization(int packageId, string organizationID, string organizationName, string domainName)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue