This commit is contained in:
2026-06-28 10:45:39 +03:30
parent 4f8147e469
commit 196f3b1fe4
4 changed files with 38 additions and 1 deletions
@@ -0,0 +1,8 @@
namespace xCategoryService.Interfaces
{
/// <summary>
/// a Service for SubCategory Referencing on Category ...
/// </summary>
public interface IXCategorySubCategoryReferenceProvider : IXBaseCategoryProvider<int>
{ }
}