Move services infra -> core

This commit is contained in:
Paul Johnson
2022-01-14 10:57:31 +00:00
parent 39c3fecc45
commit 2a4c974568
41 changed files with 88 additions and 89 deletions

View File

@@ -911,7 +911,7 @@ SELECT 4 AS [Key], COUNT(id) AS [Value] FROM umbracoUser WHERE userDisabled = 0
return sql;
}
internal IEnumerable<IUser> GetNextUsers(int id, int count)
public IEnumerable<IUser> GetNextUsers(int id, int count)
{
var idsQuery = SqlContext.Sql()
.Select<UserDto>(x => x.Id)