File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Umbraco.Cms.Api.Management/Services/Signs
Umbraco.Infrastructure/Persistence/Repositories/Implement Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
namespace Umbraco . Cms . Api . Management . Services . Signs ;
7
7
8
8
/// <summary>
9
- /// Implements a <see cref="SignProviderCollection "/> that provides signs for documents that are scheduled for publication.
9
+ /// Implements a <see cref="ISignProvider "/> that provides signs for documents that are scheduled for publication.
10
10
/// </summary>
11
11
internal class HasScheduleSignProvider : ISignProvider
12
12
{
Original file line number Diff line number Diff line change 1
- using System . Diagnostics . Eventing . Reader ;
2
1
using Umbraco . Cms . Api . Management . ViewModels . Tree ;
3
2
using Umbraco . Cms . Core . Models . Entities ;
4
3
@@ -20,7 +19,7 @@ public interface ISignProvider
20
19
/// Populates the provided tree item view models with signs.
21
20
/// </summary>
22
21
/// <typeparam name="TItem">Type of tree item view model.</typeparam>
23
- /// <param name="treeItemViewModels">The collection of tree item view models populatw with signs.</param>
22
+ /// <param name="treeItemViewModels">The collection of tree item view models populated with signs.</param>
24
23
/// <param name="entities">The entities from which the collection of tree item view models was populated.</param>
25
24
Task PopulateTreeSignsAsync < TItem > ( TItem [ ] treeItemViewModels , IEnumerable < IEntitySlim > entities )
26
25
where TItem : EntityTreeItemResponseModel , new ( ) ;
Original file line number Diff line number Diff line change 1
1
using System . Globalization ;
2
2
using Microsoft . Extensions . Logging ;
3
3
using NPoco ;
4
- using Org . BouncyCastle . Crypto ;
5
4
using Umbraco . Cms . Core ;
6
5
using Umbraco . Cms . Core . Cache ;
7
6
using Umbraco . Cms . Core . Events ;
You can’t perform that action at this time.
0 commit comments