7 lines
167 B
C#
7 lines
167 B
C#
using xStringService.Interfaces;
|
|
|
|
namespace xCategoryService.Interfaces
|
|
{
|
|
public interface IXCategoryDescriptionResourceProvider : IXItemResourceProvider
|
|
{ }
|
|
} |