Allow collections import checkbox location changed

This commit is contained in:
vfedosevich 2015-05-20 07:27:34 -07:00
parent ab1d7fef54
commit 659bf1c990
13 changed files with 133 additions and 48 deletions

View file

@ -392,5 +392,11 @@ namespace WebsitePanel.EnterpriseServer
{
return RemoteDesktopServicesController.ImportCollection(itemId, collectionName);
}
[WebMethod]
public int GetRemoteDesktopServiceId(int itemId)
{
return RemoteDesktopServicesController.GetRemoteDesktopServiceId(itemId);
}
}
}