Files
xCategoryService/Interfaces/IXCategoryDescriptionResourceProvider.cs
2026-06-01 01:04:55 +03:30

7 lines
167 B
C#

using xStringService.Interfaces;
namespace xCategoryService.Interfaces
{
public interface IXCategoryDescriptionResourceProvider : IXItemResourceProvider
{ }
}