Files
xCategoryService/Constants/ConfigurationNodeNames.cs
saherelm a029543b72 fix referencing issues ...
fix seeding issues ...
fix SubCategory Refresh and Add Support for handle Category Referesh and Referencing ...
2026-07-24 02:49:46 +03:30

7 lines
185 B
C#

namespace xCategoryService.Constants
{
public partial struct ConfigurationNodeNames
{
public const string CATEGORY_SERVICE_NODE = "CategoryServiceConfiguration";
}
}