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
+7
View File
@@ -0,0 +1,7 @@
namespace xCategoryService.Constants
{
public struct XCategoryServiceConstants
{
public const string SubCategoryReference = "SubCat";
}
}