fixes merge issue/build

This commit is contained in:
Shannon
2016-01-23 12:27:40 +01:00
parent 2c399860ca
commit 20dc4f5bc4
2 changed files with 2 additions and 6 deletions

View File

@@ -70,9 +70,7 @@ namespace Umbraco.Core.Persistence.Repositories
? GetAll(dtos.DistinctBy(x => x.ContentTypeDto.NodeId).Select(x => x.ContentTypeDto.NodeId).ToArray())
: Enumerable.Empty<IContentType>();
}
#endregion
/// <summary>
/// Gets all entities of the specified <see cref="PropertyType"/> query
/// </summary>

View File

@@ -70,9 +70,7 @@ namespace Umbraco.Core.Persistence.Repositories
? GetAll(dtos.DistinctBy(x => x.NodeId).Select(x => x.NodeId).ToArray())
: Enumerable.Empty<IMediaType>();
}
#endregion
/// <summary>
/// Gets all entities of the specified <see cref="PropertyType"/> query