Lync Module fixes
This commit is contained in:
parent
f500906c68
commit
323e085b15
8 changed files with 229 additions and 73 deletions
|
@ -393,6 +393,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
filterColumn, filterValue, sortColumn, startRow, maximumRows, recursive);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int GetPackageIPAddressesCount(int packageId, int orgId, IPAddressPool pool)
|
||||
{
|
||||
return ServerController.GetPackageIPAddressesCount(packageId, orgId, pool);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public List<PackageIPAddress> GetPackageUnassignedIPAddresses(int packageId, int orgId, IPAddressPool pool)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue