Merge problems fixing

This commit is contained in:
vfedosevich 2015-01-21 02:47:40 -08:00
commit 3dcf48966a
5 changed files with 12 additions and 11 deletions

View file

@ -3208,7 +3208,7 @@ namespace WebsitePanel.EnterpriseServer
"GetOrganizationDeletedUser",
new SqlParameter("@AccountID", accountId)
);
}
}
public static IDataReader GetAdditionalGroups(int userId)
{