last works on file services ...

This commit is contained in:
2025-12-07 20:52:49 +03:30
parent 91d7fbaed8
commit 0fd4ad49ac
3 changed files with 26 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace xFileService.Interfaces
{
public interface IXFileTagProvider
{
}
}