Files
xCategoryService/Interfaces/IXCategorySubCategoryReferenceProvider.cs
2026-06-28 10:45:39 +03:30

8 lines
238 B
C#

namespace xCategoryService.Interfaces
{
/// <summary>
/// a Service for SubCategory Referencing on Category ...
/// </summary>
public interface IXCategorySubCategoryReferenceProvider : IXBaseCategoryProvider<int>
{ }
}