fix seeding issues ... fix SubCategory Refresh and Add Support for handle Category Referesh and Referencing ...
7 lines
185 B
C#
7 lines
185 B
C#
namespace xCategoryService.Constants
|
|
{
|
|
public partial struct ConfigurationNodeNames
|
|
{
|
|
public const string CATEGORY_SERVICE_NODE = "CategoryServiceConfiguration";
|
|
}
|
|
} |