Allow collections import checkbox location changed
This commit is contained in:
parent
ab1d7fef54
commit
659bf1c990
13 changed files with 133 additions and 48 deletions
|
@ -56,6 +56,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
}
|
||||
|
||||
public static int GetRemoteDesktopServiceId(int itemId)
|
||||
{
|
||||
return GetRdsServiceId(itemId);
|
||||
}
|
||||
|
||||
public static RdsCollection GetRdsCollection(int collectionId)
|
||||
{
|
||||
return GetRdsCollectionInternal(collectionId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue