Update ITagRepository.cs

pull/6858/head
Ahmet 5 years ago
parent 4e35542889
commit 7dc1bdbe13

@ -24,7 +24,7 @@ namespace Volo.CmsKit.Tags
Task<Tag> FindAsync(
[NotNull] string entityType,
[NotNull] string name,
Guid? tenantId,
Guid? tenantId = null,
CancellationToken cancellationToken = default);
Task<List<Tag>> GetAllRelatedTagsAsync(

Loading…
Cancel
Save