Initial Commit ...

This commit is contained in:
2026-05-30 20:58:30 +03:30
commit fe08eadcbd
10 changed files with 95 additions and 0 deletions
@@ -0,0 +1,7 @@
using xStringService.Interfaces;
namespace xCategoryService.Interfaces
{
public interface IXSubCategoryTitleResourceProvider : IXItemResourceProvider
{ }
}