WPI: GetWPIProductById
This commit is contained in:
parent
b62b699461
commit
7ceccd4c10
7 changed files with 437 additions and 238 deletions
|
@ -751,7 +751,13 @@ namespace WebsitePanel.EnterpriseServer
|
|||
InitWPIFeeds(serverId);
|
||||
return OperatingSystemController.GetWPIProductsFiltered(serverId, keywordId);
|
||||
}
|
||||
|
||||
|
||||
[WebMethod]
|
||||
public WPIProduct GetWPIProductById(int serverId, string productdId)
|
||||
{
|
||||
InitWPIFeeds(serverId);
|
||||
return OperatingSystemController.GetWPIProductById(serverId, productdId);
|
||||
}
|
||||
|
||||
[WebMethod]
|
||||
public WPIProduct[] GetWPIProductsWithDependencies(int serverId, string[] products)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue