Files
xCategoryService/Constants/XCategoryServiceConstants.cs
T
2026-06-28 10:45:39 +03:30

7 lines
157 B
C#

namespace xCategoryService.Constants
{
public struct XCategoryServiceConstants
{
public const string SubCategoryReference = "SubCat";
}
}