bug fixes
This commit is contained in:
parent
da88bc7a3a
commit
bad4b3f931
12 changed files with 491 additions and 323 deletions
|
@ -792,6 +792,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
DataProvider.GetResourceGroup(groupId));
|
||||
}
|
||||
|
||||
public static ResourceGroupInfo GetResourceGroupByName(string name)
|
||||
{
|
||||
return ObjectUtils.FillObjectFromDataReader<ResourceGroupInfo>(
|
||||
DataProvider.GetResourceGroupByName(name));
|
||||
}
|
||||
|
||||
public static ProviderInfo GetProvider(int providerId)
|
||||
{
|
||||
return ObjectUtils.FillObjectFromDataReader<ProviderInfo>(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue