This commit is contained in:
2025-12-08 03:27:08 +03:30
parent 0fd4ad49ac
commit 64969bf9b1
3 changed files with 20 additions and 12 deletions
+3 -7
View File
@@ -1,12 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using xTagService.Interfaces;
namespace xFileService.Interfaces
{
public interface IXFileTagProvider
{
}
public interface IXFileTagProvider : IXBaseTagProvider<Guid>
{ }
}