mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Update ITermCountProcessor.cs
This commit is contained in:
@@ -7,6 +7,6 @@ using Orchard.Events;
|
||||
|
||||
namespace Orchard.Taxonomies.Services {
|
||||
public interface ITermCountProcessor : IEventHandler {
|
||||
void Process(params int[] termPartRecordIds);
|
||||
void Process(IEnumerable<int> termPartRecordIds);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user