bug fixes
This commit is contained in:
parent
da88bc7a3a
commit
bad4b3f931
12 changed files with 491 additions and 323 deletions
|
@ -1040,6 +1040,15 @@ namespace WebsitePanel.EnterpriseServer
|
|||
CommandType.StoredProcedure,
|
||||
ObjectQualifier + "GetResourceGroups");
|
||||
}
|
||||
|
||||
public static IDataReader GetResourceGroupByName(string groupName)
|
||||
{
|
||||
return SqlHelper.ExecuteReader(ConnectionString,
|
||||
CommandType.StoredProcedure,
|
||||
ObjectQualifier + "GetResourceGroupByName",
|
||||
new SqlParameter("@groupName", groupName));
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Service Items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue