after merge fix
This commit is contained in:
parent
8d06b1c1cf
commit
2c6f0bdf19
2 changed files with 82 additions and 1 deletions
|
@ -493,6 +493,11 @@ namespace WebsitePanel.EnterpriseServer
|
|||
return GetServerService(serverId).GetWPIProductsFiltered(keywordId);
|
||||
}
|
||||
|
||||
public static WPIProduct GetWPIProductById(int serverId, string productdId)
|
||||
{
|
||||
return GetServerService(serverId).GetWPIProductById(productdId);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public static WPIProduct[] GetWPIProductsWithDependencies(int serverId, string[] products)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue