Merge
This commit is contained in:
commit
e4611b7744
14 changed files with 352 additions and 59 deletions
|
@ -236,6 +236,18 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return RemoteDesktopServicesController.GetOrganizationRdsUsersCount(itemId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int GetOrganizationRdsServersCount(int itemId)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetOrganizationRdsServersCount(itemId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int GetOrganizationRdsCollectionsCount(int itemId)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetOrganizationRdsCollectionsCount(itemId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public List<string> GetApplicationUsers(int itemId, int collectionId, RemoteApplication remoteApp)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue