Merge
This commit is contained in:
commit
4bd3dbc9fe
50 changed files with 1918 additions and 98 deletions
|
@ -355,5 +355,17 @@ namespace WebsitePanel.EnterpriseServer
|
|||
{
|
||||
return RemoteDesktopServicesController.GetRdsServices();
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public string GetRdsSetupLetter(int itemId, int? accountId)
|
||||
{
|
||||
return RemoteDesktopServicesController.GetRdsSetupLetter(itemId, accountId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public int SendRdsSetupLetter(int itemId, int? accountId, string to, string cc)
|
||||
{
|
||||
return RemoteDesktopServicesController.SendRdsSetupLetter(itemId, accountId, to, cc);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue