diff --git a/Interfaces/IXFileTagProvider.cs b/Interfaces/IXFileTagProvider.cs new file mode 100644 index 0000000..3759dc0 --- /dev/null +++ b/Interfaces/IXFileTagProvider.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace xFileService.Interfaces +{ + public interface IXFileTagProvider + { + + } +} \ No newline at end of file diff --git a/Providers/XFileTagProvider.cs b/Providers/XFileTagProvider.cs new file mode 100644 index 0000000..b66b135 --- /dev/null +++ b/Providers/XFileTagProvider.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace xFileService.Providers +{ + public class XFileTagProvider + { + + } +} \ No newline at end of file diff --git a/xFileService.csproj b/xFileService.csproj index aa893da..30b4167 100644 --- a/xFileService.csproj +++ b/xFileService.csproj @@ -22,6 +22,7 @@ + @@ -30,6 +31,7 @@ +