Move IPublishedContent.Url() to ext method

This commit is contained in:
Stephan
2019-04-24 14:25:41 +02:00
parent 25b8c8a565
commit bb0331e9cc
29 changed files with 105 additions and 169 deletions

View File

@@ -21,9 +21,7 @@ namespace Umbraco.Web.PublishedCache
public PublishedMember(
IMember member,
IPublishedContentType publishedMemberType,
IUmbracoContextAccessor umbracoContextAccessor)
:base(umbracoContextAccessor)
IPublishedContentType publishedMemberType)
{
_member = member ?? throw new ArgumentNullException(nameof(member));
_membershipUser = member;